Home
last modified time | relevance | path

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

12

/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DCombinerUtils.h25 if (const DefInit *OpI = dyn_cast<DefInit>(&N)) in isSpecificDef() local
36 if (const DefInit *OpI = dyn_cast<DefInit>(&N)) in getDefOfSubClass() local
50 if (const DefInit *OpI = dyn_cast<DefInit>(I->getOperator())) in getDagWithSpecificOperator() local
63 if (const DefInit *OpI = dyn_cast<DefInit>(I->getOperator())) in getDagWithOperatorOfSubClass() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DDCE.cpp77 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in DCEInstruction() local
H A DLoopUnrollPass.cpp446 if (auto *OpI = dyn_cast<Instruction>( analyzeLoopUnrollCost() local
475 auto *OpI = dyn_cast<Instruction>(Op); analyzeLoopUnrollCost() local
665 if (auto *OpI = dyn_cast<Instruction>(Op)) analyzeLoopUnrollCost() local
[all...]
H A DMergeICmps.cpp260 const Instruction *OpI = dyn_cast<Instruction>(Op); in canSinkBCECmpInst() local
H A DLoopInterchange.cpp1336 Instruction *OpI = dyn_cast<Instruction>(Op); transform() local
H A DScalarizer.cpp687 Value *OpI = CI.getOperand(I); splitCall() local
H A DDeadStoreElimination.cpp1745 if (Instruction *OpI = dyn_cast<Instruction>(O)) { deleteDeadInstruction() local
H A DReassociate.cpp2502 Instruction *OpI = dyn_cast<Instruction>(Op); BuildPairMap() local
[all...]
H A DSimpleLoopUnswitch.cpp221 Instruction *OpI = dyn_cast<Instruction>(skipTrivialSelect(OpV)); in collectHomogenousInstGraphLoopInvariants() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h98 MachineInstr::mop_iterator OpI, OpE; variable
/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp182 int OpI = TII->getOperandIdx(MII->getOpcode(), R600::OpName::pred_sel), in isLegalToPacketizeTogether() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp741 for (unsigned OpI = 0, OpE = MI.getNumOperands(); OpI < OpE; ++OpI) { in runOnLoop() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp152 for (unsigned OpI = 1, OpE = OpMD->getNumOperands(); OpI != OpE; ++OpI) { buildOpSpirvDecorations() local
H A DSPIRVEmitIntrinsics.cpp603 if (auto *OpI = dyn_cast<Instruction>(Op)) { deduceOperandElementType() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp480 Value *OpI = I->getOperand(i), *OpJ = J->getOperand(i); in equal() local
521 if (Instruction *OpI = dyn_cast<Instruction>(Op)) in link() local
2318 Instruction *OpI = dyn_cast<Instruction>(I); coverLoop() local
H A DHexagonVLIWPacketizer.cpp1287 for (const MachineOperand &OpI : I.operands()) { in hasRegMaskDependence() local
/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp994 if (auto PromotedWidth = GetPromoteWidth(OpI)) { in run() local
H A DComplexDeinterleavingPass.cpp1583 if (auto *OpI = dyn_cast<Instruction>(Op)) { checkNodes() local
1632 if (auto *OpI = dyn_cast<Instruction>(Op)) checkNodes() local
H A DSelectOptimize.cpp1075 if (auto *OpI = dyn_cast<Instruction>(II->getOperand(k))) getExclBackwardsSlice() local
/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp745 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) { DCEInstruction() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp606 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) RecursivelyDeleteTriviallyDeadInstructions() local
692 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) simplifyAndDCEInstruction() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp165 for (unsigned OpI = 0, OpE = I.getNumExplicitOperands(); OpI != OpE; ++OpI) { in constrainSelectedInstRegOperands() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp280 if (auto *OpI = dyn_cast<Instruction>(Op)) CleanupConstantGlobalUsers() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2173 for (unsigned OpI = 0, OpE = getNumOperands(); OpI != OpE; ++OpI) { shouldBroadcast() local
2223 __anon779134671302(unsigned OpI) canBeVectorized() argument
2505 if (auto *OpI = dyn_cast_if_present<Instruction>(U.get()); removeInstructionsAndOperands() local
2555 if (auto *OpI = dyn_cast<Instruction>(OpV)) removeInstructionsAndOperands() local
3104 for (unsigned OpI = 0, OpE = Operands.size(); OpI != OpE; ++OpI) { dump() local
7163 if (auto *OpI = dyn_cast<Instruction>(VL0->getOperand(0))) { buildTree_rec() local
14261 auto *OpI = dyn_cast<Instruction>(V); optimizeGatherSequence() local
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1918 auto *OpI = cast<CastInst>(FI.getOperand(0)); foldItoFPtoI() local

12