Home
last modified time | relevance | path

Searched defs:OpI (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp99 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 DDCE.cpp110 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in DCEInstruction() local
H A DLoopUnrollPass.cpp427 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 DScalarizer.cpp543 Value *OpI = CI.getOperand(I); in splitCall() local
H A DLoopInterchange.cpp1352 Instruction *OpI = dyn_cast<Instruction>(Op); in transform() local
H A DDeadStoreElimination.cpp1671 if (Instruction *OpI = dyn_cast<Instruction>(O)) { in deleteDeadInstruction() local
H A DReassociate.cpp2457 Instruction *OpI = dyn_cast<Instruction>(Op); in BuildPairMap() local
H A DSimpleLoopUnswitch.cpp143 Instruction *OpI = dyn_cast<Instruction>(OpV); in collectHomogenousInstGraphLoopInvariants() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp284 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 DMachineInstrBundle.h98 MachineInstr::mop_iterator OpI, OpE; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp182 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 DAArch64FalkorHWPFFix.cpp743 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 DHexagonLoopIdiomRecognition.cpp482 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 DHexagonVLIWPacketizer.cpp1280 for (const MachineOperand &OpI : I.operands()) { in hasRegMaskDependence() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp144 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 DLocal.cpp562 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in RecursivelyDeleteTriviallyDeadInstructions() local
647 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in simplifyAndDCEInstruction() local
H A DScalarEvolutionExpander.cpp2627 auto *OpI = dyn_cast<Instruction>(OpV); in fixupLCSSAFormFor() local
H A DSimplifyCFG.cpp2428 Instruction *OpI = dyn_cast<Instruction>(Op); in SpeculativelyExecuteBB() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1881 auto *OpI = cast<CastInst>(FI.getOperand(0)); in foldItoFPtoI() local
H A DInstructionCombining.cpp3701 if (Instruction *OpI = dyn_cast<Instruction>(U.get())) in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h2032 unsigned OpI; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1351 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 DLoopVectorize.cpp9825 if (auto *OpI = dyn_cast<Instruction>(Op)) in checkMixedPrecision() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3188 unsigned OpI = Opc != ARM::tSUBrr ? 1 : 2; in optimizeCompareInstr() local
H A DARMISelLowering.cpp7461 SDValue OpI = Op.getOperand(I); in LowerBUILD_VECTORToVIDUP() local