/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SpeculateAroundPHIs.cpp | 99 auto *OpI = dyn_cast<Instruction>(*OpIt); in isSafeToSpeculatePHIUsers() local 367 auto *OpI = dyn_cast<Instruction>(*OpIt); in visitPHIUsersAndDepsInPostOrder() local 469 if (auto *OpI = dyn_cast<Instruction>(OpV)) { in findProfitablePHIs() local 542 auto *OpI = dyn_cast<Instruction>(OpV); in findProfitablePHIs() local 672 auto *OpI = dyn_cast<Instruction>(U.get()); in speculatePHIs() local
|
H A D | DCE.cpp | 110 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in DCEInstruction() local
|
H A D | LoopUnrollPass.cpp | 427 if (auto *OpI = dyn_cast<Instruction>( in analyzeLoopUnrollCost() local 448 auto *OpI = dyn_cast<Instruction>(Op); in analyzeLoopUnrollCost() local 636 if (auto *OpI = dyn_cast<Instruction>(Op)) in analyzeLoopUnrollCost() local
|
H A D | Scalarizer.cpp | 543 Value *OpI = CI.getOperand(I); in splitCall() local
|
H A D | LoopInterchange.cpp | 1352 Instruction *OpI = dyn_cast<Instruction>(Op); in transform() local
|
H A D | DeadStoreElimination.cpp | 1671 if (Instruction *OpI = dyn_cast<Instruction>(O)) { in deleteDeadInstruction() local
|
H A D | Reassociate.cpp | 2457 Instruction *OpI = dyn_cast<Instruction>(Op); in BuildPairMap() local
|
H A D | SimpleLoopUnswitch.cpp | 143 Instruction *OpI = dyn_cast<Instruction>(OpV); in collectHomogenousInstGraphLoopInvariants() local
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBundle.h | 98 MachineInstr::mop_iterator OpI, OpE; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | R600Packetizer.cpp | 182 int OpI = TII->getOperandIdx(MII->getOpcode(), R600::OpName::pred_sel), in isLegalToPacketizeTogether() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64FalkorHWPFFix.cpp | 743 for (unsigned OpI = 0, OpE = MI.getNumOperands(); OpI < OpE; ++OpI) { in runOnLoop() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 482 Value *OpI = I->getOperand(i), *OpJ = J->getOperand(i); in equal() local 523 if (Instruction *OpI = dyn_cast<Instruction>(Op)) in link() local 2336 Instruction *OpI = dyn_cast<Instruction>(I); in coverLoop() local
|
H A D | HexagonVLIWPacketizer.cpp | 1280 for (const MachineOperand &OpI : I.operands()) { in hasRegMaskDependence() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 144 for (unsigned OpI = 0, OpE = I.getNumExplicitOperands(); OpI != OpE; ++OpI) { in constrainSelectedInstRegOperands() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 562 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in RecursivelyDeleteTriviallyDeadInstructions() local 647 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in simplifyAndDCEInstruction() local
|
H A D | ScalarEvolutionExpander.cpp | 2627 auto *OpI = dyn_cast<Instruction>(OpV); in fixupLCSSAFormFor() local
|
H A D | SimplifyCFG.cpp | 2428 Instruction *OpI = dyn_cast<Instruction>(Op); in SpeculativelyExecuteBB() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 1881 auto *OpI = cast<CastInst>(FI.getOperand(0)); in foldItoFPtoI() local
|
H A D | InstructionCombining.cpp | 3701 if (Instruction *OpI = dyn_cast<Instruction>(U.get())) in run() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 2032 unsigned OpI; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 1351 for (unsigned OpI = 0, OpE = getNumOperands(); OpI != OpE; ++OpI) { in shouldBroadcast() local 1770 for (unsigned OpI = 0, OpE = Operands.size(); OpI != OpE; ++OpI) { in dump() local
|
H A D | LoopVectorize.cpp | 9825 if (auto *OpI = dyn_cast<Instruction>(Op)) in checkMixedPrecision() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 3188 unsigned OpI = Opc != ARM::tSUBrr ? 1 : 2; in optimizeCompareInstr() local
|
H A D | ARMISelLowering.cpp | 7461 SDValue OpI = Op.getOperand(I); in LowerBUILD_VECTORToVIDUP() local
|