/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | JumpThreading.h | 35 class CmpInst; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/ |
D | SLPVectorizer.h | 33 class CmpInst; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstructionSelector.cpp | 973 MachineInstr &CmpInst = in selectCmp() local 1033 MachineInstr &CmpInst = in selectFCmp() local 1066 MachineInstr &CmpInst = in selectFCmp() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 916 auto *CmpInst = dyn_cast<ICmpInst>(PHIUser); in visitPHINode() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 1192 auto *CmpInst = dyn_cast<ICmpInst>(PHIUser); in visitPHINode() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopInfo.cpp | 298 ICmpInst *CmpInst = getLatchCmpInst(*this); in getInductionVariable() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopFuse.cpp | 1085 if (auto *CmpInst = dyn_cast<Instruction>(FC.GuardBranch->getCondition())) { in isEmptyGuardBlock() local
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 553 MachineInstr *&CmpInst) const { in analyzeLoop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 733 MachineInstr *&CmpInst) const { in analyzeLoop()
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 3144 .. _CmpInst: target
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 3453 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() function in CmpInst 3468 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() function in CmpInst
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 3360 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() function in CmpInst 3372 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() function in CmpInst
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 4748 ICmpInst *CmpInst = dyn_cast<ICmpInst>(PhiUser); in reuseTableCompare() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 5288 ICmpInst *CmpInst = dyn_cast<ICmpInst>(PhiUser); in reuseTableCompare() local
|