OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIntOrIntVectorTy
(Results
1 - 25
of
49
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
BDCE.cpp
45
assert(I->getType()->
isIntOrIntVectorTy
() &&
55
if (J && J->getType()->
isIntOrIntVectorTy
() &&
86
if (K && Visited.insert(K).second && K->getType()->
isIntOrIntVectorTy
() &&
106
(I.getType()->
isIntOrIntVectorTy
() &&
136
if (!U->getType()->
isIntOrIntVectorTy
())
Reassociate.cpp
236
if (S1->getType()->
isIntOrIntVectorTy
())
248
if (S1->getType()->
isIntOrIntVectorTy
())
260
if (S1->getType()->
isIntOrIntVectorTy
())
276
Constant *NegOne = Ty->
isIntOrIntVectorTy
() ?
1559
Constant *C = Ty->
isIntOrIntVectorTy
() ?
1696
I->getType()->
isIntOrIntVectorTy
()
1829
if (LHS->getType()->
isIntOrIntVectorTy
())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
PatternInit.cpp
36
if (Ty->
isIntOrIntVectorTy
()) {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
DemandedBits.cpp
353
if (T->
isIntOrIntVectorTy
()) {
364
if (T->
isIntOrIntVectorTy
())
384
if (UserI->getType()->
isIntOrIntVectorTy
()) {
408
if (T->
isIntOrIntVectorTy
()) {
464
if (!(*U)->getType()->
isIntOrIntVectorTy
())
478
if (UserI->getType()->
isIntOrIntVectorTy
()) {
InstructionSimplify.cpp
655
if (MaxRecurse && Op0->getType()->
isIntOrIntVectorTy
(1))
843
if (MaxRecurse && Op0->getType()->
isIntOrIntVectorTy
(1))
889
if (MaxRecurse && Op0->getType()->
isIntOrIntVectorTy
(1))
975
if (match(Op1, m_One()) || Ty->
isIntOrIntVectorTy
(1) ||
976
(match(Op1, m_ZExt(m_Value(X))) && X->getType()->
isIntOrIntVectorTy
(1)))
1178
if (match(Op1, m_SExt(m_Value(X))) && X->getType()->
isIntOrIntVectorTy
(1))
1248
(match(Op1, m_SExt(m_Value(X))) && X->getType()->
isIntOrIntVectorTy
(1)))
2080
if (Op0->getType()->
isIntOrIntVectorTy
(1)) {
2265
if (Op0->getType()->
isIntOrIntVectorTy
(1)) {
2615
if (!OpTy->
isIntOrIntVectorTy
(1)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h
208
bool
isIntOrIntVectorTy
() const { return getScalarType()->isIntegerTy(); }
212
bool
isIntOrIntVectorTy
(unsigned BitWidth) const {
DerivedTypes.h
452
assert(VTy->
isIntOrIntVectorTy
() && "VTy expected to be a vector of ints.");
695
isIntOrIntVectorTy
() &&
711
isIntOrIntVectorTy
() &&
IRBuilder.h
1541
assert(Cond2->getType()->
isIntOrIntVectorTy
(1));
1547
assert(Cond2->getType()->
isIntOrIntVectorTy
(1));
1986
assert(V->getType()->
isIntOrIntVectorTy
() &&
1987
DestTy->
isIntOrIntVectorTy
() &&
2001
assert(V->getType()->
isIntOrIntVectorTy
() &&
2002
DestTy->
isIntOrIntVectorTy
() &&
2148
if (V->getType()->isPtrOrPtrVectorTy() && DestTy->
isIntOrIntVectorTy
())
2150
if (V->getType()->
isIntOrIntVectorTy
() && DestTy->isPtrOrPtrVectorTy())
/src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
llvm-stress.cpp
424
case 0: if (Ty->
isIntOrIntVectorTy
())
427
case 1: if (Ty->
isIntOrIntVectorTy
())
578
if (VTy->
isIntOrIntVectorTy
() && DestTy->
isIntOrIntVectorTy
()) {
592
if (VTy->isFPOrFPVectorTy() && DestTy->
isIntOrIntVectorTy
()) {
600
if (VTy->
isIntOrIntVectorTy
() && DestTy->isFPOrFPVectorTy()) {
/src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp
866
assert(Ty->
isIntOrIntVectorTy
(1) && "Type not i1 or vector of i1.");
874
assert(Ty->
isIntOrIntVectorTy
(1) && "Type not i1 or vector of i1.");
2035
assert((Ty->
isIntOrIntVectorTy
() || Ty->isPtrOrPtrVectorTy()) &&
2038
if (Ty->
isIntOrIntVectorTy
())
2060
assert(C->getType()->
isIntOrIntVectorTy
() &&
2061
Ty->
isIntOrIntVectorTy
() && "Invalid cast");
2089
assert(C->getType()->
isIntOrIntVectorTy
() && "Trunc operand must be integer");
2090
assert(Ty->
isIntOrIntVectorTy
() && "Trunc produces only integral");
2103
assert(C->getType()->
isIntOrIntVectorTy
() && "SExt operand must be integral");
2104
assert(Ty->
isIntOrIntVectorTy
() && "SExt produces only integer")
[
all
...]
Instructions.cpp
1715
if (!Idx->getType()->
isIntOrIntVectorTy
())
2493
assert(getType()->
isIntOrIntVectorTy
() &&
2508
assert(getType()->
isIntOrIntVectorTy
() &&
2521
assert(getType()->
isIntOrIntVectorTy
() &&
2535
assert(getType()->
isIntOrIntVectorTy
() &&
2542
assert(getType()->
isIntOrIntVectorTy
() &&
2915
SrcTy->
isIntOrIntVectorTy
() &&
2929
DstTy->
isIntOrIntVectorTy
() &&
3042
assert((Ty->
isIntOrIntVectorTy
() || Ty->isPtrOrPtrVectorTy()) &&
3050
if (Ty->
isIntOrIntVectorTy
())
[
all
...]
Verifier.cpp
2840
Assert(SrcTy->
isIntOrIntVectorTy
(), "Trunc only operates on integer", &I);
2841
Assert(DestTy->
isIntOrIntVectorTy
(), "Trunc only produces integer", &I);
2855
Assert(SrcTy->
isIntOrIntVectorTy
(), "ZExt only operates on integer", &I);
2856
Assert(DestTy->
isIntOrIntVectorTy
(), "ZExt only produces an integer", &I);
2876
Assert(SrcTy->
isIntOrIntVectorTy
(), "SExt only operates on integer", &I);
2877
Assert(DestTy->
isIntOrIntVectorTy
(), "SExt only produces an integer", &I);
2930
Assert(SrcTy->
isIntOrIntVectorTy
(),
2953
Assert(SrcTy->
isIntOrIntVectorTy
(),
2978
Assert(DestTy->
isIntOrIntVectorTy
(),
3001
Assert(DestTy->
isIntOrIntVectorTy
(),
[
all
...]
Type.cpp
572
if (!V->getType()->
isIntOrIntVectorTy
(32))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineNegator.cpp
139
if (V->getType()->
isIntOrIntVectorTy
(1))
211
if (I->getOperand(0)->getType()->
isIntOrIntVectorTy
(1))
InstCombineMulDivRem.cpp
300
if (I.getType()->
isIntOrIntVectorTy
(1))
330
X->getType()->
isIntOrIntVectorTy
(1) && X->getType() == Y->getType() &&
340
X->getType()->
isIntOrIntVectorTy
(1) && X->getType() == Y->getType() &&
348
if (match(Op0, m_ZExt(m_Value(X))) && X->getType()->
isIntOrIntVectorTy
(1))
350
if (match(Op1, m_ZExt(m_Value(X))) && X->getType()->
isIntOrIntVectorTy
(1))
806
assert(!Ty->
isIntOrIntVectorTy
(1) && "i1 divide not removed?");
1038
if (match(Op1, m_SExt(m_Value(X))) && X->getType()->
isIntOrIntVectorTy
(1)) {
1113
(match(Op1, m_SExt(m_Value(X))) && X->getType()->
isIntOrIntVectorTy
(1)))
1509
if (match(Op1, m_SExt(m_Value(X))) && X->getType()->
isIntOrIntVectorTy
(1)) {
InstCombineAndOrXor.cpp
1620
if (!SrcTy->
isIntOrIntVectorTy
())
1963
if (I.getType()->
isIntOrIntVectorTy
(1)) {
2068
A->getType()->
isIntOrIntVectorTy
(1))
2071
A->getType()->
isIntOrIntVectorTy
(1))
2290
if (!Ty->
isIntOrIntVectorTy
() || !B->getType()->
isIntOrIntVectorTy
())
2300
if (Ty->
isIntOrIntVectorTy
(1))
2316
Cond->getType()->
isIntOrIntVectorTy
(1) &&
2333
Cond->getType()->
isIntOrIntVectorTy
(1) &&
2467
if (A && B && B->getType()->
isIntOrIntVectorTy
())
[
all
...]
InstCombineSelect.cpp
554
if (!CmpRHS->getType()->
isIntOrIntVectorTy
())
601
if (!TrueVal->getType()->
isIntOrIntVectorTy
() ||
1933
if (!SmallType->
isIntOrIntVectorTy
(1) &&
2255
if (!LHS->getType()->
isIntOrIntVectorTy
())
2591
assert(Op->getType()->
isIntOrIntVectorTy
(1) &&
2660
if (SelType->
isIntOrIntVectorTy
(1) &&
2797
if (SelType->
isIntOrIntVectorTy
() && !SelType->
isIntOrIntVectorTy
(1) &&
2917
if (SelType->
isIntOrIntVectorTy
() || SelType->isFPOrFPVectorTy()) {
InstCombineSimplifyDemanded.cpp
117
(!VTy->
isIntOrIntVectorTy
() || VTy->getScalarSizeInBits() == BitWidth) &&
402
if (!I->getOperand(0)->getType()->
isIntOrIntVectorTy
())
460
X->getType()->
isIntOrIntVectorTy
(1) && X->getType() == Y->getType()) {
477
X->getType()->
isIntOrIntVectorTy
(1) && X->getType() == Y->getType()) {
InstCombineAddSub.cpp
1314
if (Ty->
isIntOrIntVectorTy
(1))
1792
if (I.getType()->
isIntOrIntVectorTy
(1))
1841
if (match(Op1, m_ZExt(m_Value(X))) && X->getType()->
isIntOrIntVectorTy
(1))
1844
if (match(Op1, m_SExt(m_Value(X))) && X->getType()->
isIntOrIntVectorTy
(1))
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ExpandVectorPredication.cpp
93
assert(DivTy->
isIntOrIntVectorTy
() && "Unsupported divisor type");
IntrinsicLowering.cpp
54
assert(V->getType()->
isIntOrIntVectorTy
() && "Can't bswap a non-integer type!");
ValueTypes.cpp
67
return LLVMTy->
isIntOrIntVectorTy
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
AggressiveInstCombine.cpp
314
if (!Ty->
isIntOrIntVectorTy
())
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp
961
if (Opcode == Instruction::InsertElement && Val->
isIntOrIntVectorTy
(64))
968
if (Index == 0 && Val->
isIntOrIntVectorTy
())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp
998
if (StoreTy->
isIntOrIntVectorTy
())
1151
if (LoadTy->
isIntOrIntVectorTy
())
Completed in 116 milliseconds
1
2
Indexes created Wed Jun 17 00:25:26 UTC 2026