Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h35 class CmpInst; variable
/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp994 MachineInstr &CmpInst = selectCmp() local
1054 MachineInstr &CmpInst = selectFCmp() local
1087 MachineInstr &CmpInst = selectFCmp() local
[all...]
/llvm-project/llvm/unittests/Transforms/Utils/
H A DCodeMoverUtilsTest.cpp616 Instruction *CmpInst = getInstructionByName(F, "cmp"); in TEST() local
/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp301 ICmpInst *CmpInst = getLatchCmpInst(); in getInductionVariable() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1517 auto *CmpInst = dyn_cast<ICmpInst>(U); visitPHINode() local
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h820 analyzeLoop(MachineLoop & L,MachineInstr * & IndVarInst,MachineInstr * & CmpInst) analyzeLoop() argument
/llvm-project/llvm/docs/
H A DProgrammersManual.rst3790 .. _CmpInst: global() target
/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3431 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, CmpInst() function in CmpInst
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6577 ICmpInst *CmpInst = dyn_cast<ICmpInst>(PhiUser); reuseTableCompare() local
[all...]
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1342 Instruction *CmpInst = &Body->front(); TEST_F() local
[all...]