/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | GICombinerEmitter.cpp | 284 if (const DefInit *OpI = dyn_cast<DefInit>(&N)) in isSpecificDef() local 295 if (const DefInit *OpI = dyn_cast<DefInit>(&N)) in getDefOfSubClass() local 309 if (const DefInit *OpI = dyn_cast<DefInit>(I->getOperator())) in getDagWithSpecificOperator() local 323 if (const DefInit *OpI = dyn_cast<DefInit>(I->getOperator())) in getDagWithOperatorOfSubClass() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | DCE.cpp | 110 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in DCEInstruction() local
|
H A D | LoopUnrollPass.cpp | 437 if (auto *OpI = dyn_cast<Instruction>( in analyzeLoopUnrollCost() local 458 auto *OpI = dyn_cast<Instruction>(Op); in analyzeLoopUnrollCost() local 648 if (auto *OpI = dyn_cast<Instruction>(Op)) in analyzeLoopUnrollCost() local
|
H A D | MergeICmps.cpp | 258 const Instruction *OpI = dyn_cast<Instruction>(Op); in canSinkBCECmpInst() local
|
H A D | Scalarizer.cpp | 591 Value *OpI = CI.getOperand(I); in splitCall() local
|
H A D | LoopInterchange.cpp | 1343 Instruction *OpI = dyn_cast<Instruction>(Op); in transform() local
|
H A D | DeadStoreElimination.cpp | 1707 if (Instruction *OpI = dyn_cast<Instruction>(O)) { in deleteDeadInstruction() local
|
H A D | Reassociate.cpp | 2471 Instruction *OpI = dyn_cast<Instruction>(Op); in BuildPairMap() local
|
H A D | SimpleLoopUnswitch.cpp | 179 Instruction *OpI = dyn_cast<Instruction>(skipTrivialSelect(OpV)); in collectHomogenousInstGraphLoopInvariants() local
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBundle.h | 98 MachineInstr::mop_iterator OpI, OpE; variable
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600Packetizer.cpp | 182 int OpI = TII->getOperandIdx(MII->getOpcode(), R600::OpName::pred_sel), in isLegalToPacketizeTogether() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64FalkorHWPFFix.cpp | 742 for (unsigned OpI = 0, OpE = MI.getNumOperands(); OpI < OpE; ++OpI) { in runOnLoop() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 480 Value *OpI = I->getOperand(i), *OpJ = J->getOperand(i); in equal() local 521 if (Instruction *OpI = dyn_cast<Instruction>(Op)) in link() local 2329 Instruction *OpI = dyn_cast<Instruction>(I); in coverLoop() local
|
H A D | HexagonVLIWPacketizer.cpp | 1286 for (const MachineOperand &OpI : I.operands()) { in hasRegMaskDependence() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | SelectOptimize.cpp | 795 if (auto *OpI = dyn_cast<Instruction>(II->getOperand(k))) in getExclBackwardsSlice() local
|
H A D | TypePromotion.cpp | 983 if (auto *OpI = dyn_cast<Instruction>(Op)) { in run() local
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 739 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) { in DCEInstruction() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 603 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in RecursivelyDeleteTriviallyDeadInstructions() local 686 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in simplifyAndDCEInstruction() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 162 for (unsigned OpI = 0, OpE = I.getNumExplicitOperands(); OpI != OpE; ++OpI) { in constrainSelectedInstRegOperands() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 287 if (auto *OpI = dyn_cast<Instruction>(Op)) in CleanupConstantGlobalUsers() local
|
H A D | Attributor.cpp | 3033 if (auto *OpI = dyn_cast<Instruction>(Op)) in initializeInformationCache() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 1975 auto *OpI = cast<CastInst>(FI.getOperand(0)); in foldItoFPtoI() local
|
H A D | InstructionCombining.cpp | 4329 if (Instruction *OpI = dyn_cast<Instruction>(U.get())) in run() local
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 2022 unsigned OpI; member
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 1953 for (unsigned OpI = 0, OpE = getNumOperands(); OpI != OpE; ++OpI) { in shouldBroadcast() local 2631 for (unsigned OpI = 0, OpE = Operands.size(); OpI != OpE; ++OpI) { in dump() local 10259 auto *OpI = dyn_cast<Instruction>(V); in optimizeGatherSequence() local
|