Home
last modified time | relevance | path

Searched defs:CmpInst (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h35 class CmpInst; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h32 class CmpInst; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp928 MachineInstr &CmpInst = in selectCmp() local
988 MachineInstr &CmpInst = in selectFCmp() local
1021 MachineInstr &CmpInst = in selectFCmp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp300 ICmpInst *CmpInst = getLatchCmpInst(*this); in getInductionVariable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1371 auto *CmpInst = dyn_cast<ICmpInst>(PHIUser); in visitPHINode() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h747 MachineInstr *&CmpInst) const { in analyzeLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst3660 .. _CmpInst: target
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp3589 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() function in CmpInst
3604 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() function in CmpInst
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5817 ICmpInst *CmpInst = dyn_cast<ICmpInst>(PhiUser); in reuseTableCompare() local