Home
last modified time | relevance | path

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

12

/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDCE.cpp110 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) DCEInstruction() local
H A DLoopUnrollPass.cpp446 if (auto *OpI = dyn_cast<Instruction>( in analyzeLoopUnrollCost() local
475 auto *OpI = dyn_cast<Instruction>(Op); in analyzeLoopUnrollCost() local
665 if (auto *OpI = dyn_cast<Instruction>(Op)) in analyzeLoopUnrollCost() local
H A DMergeICmps.cpp260 const Instruction *OpI = dyn_cast<Instruction>(Op); in canSinkBCECmpInst() local
H A DLoopInterchange.cpp1336 Instruction *OpI = dyn_cast<Instruction>(Op); in transform() local
H A DScalarizer.cpp687 Value *OpI = CI.getOperand(I); in splitCall() local
H A DDeadStoreElimination.cpp1740 if (Instruction *OpI = dyn_cast<Instruction>(O)) { in deleteDeadInstruction() local
H A DReassociate.cpp2502 Instruction *OpI = dyn_cast<Instruction>(Op); in BuildPairMap() local
H A DSimpleLoopUnswitch.cpp221 Instruction *OpI = dyn_cast<Instruction>(skipTrivialSelect(OpV)); in collectHomogenousInstGraphLoopInvariants() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h98 MachineInstr::mop_iterator OpI, OpE; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp182 int OpI = TII->getOperandIdx(MII->getOpcode(), R600::OpName::pred_sel), in isLegalToPacketizeTogether() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp741 for (unsigned OpI = 0, OpE = MI.getNumOperands(); OpI < OpE; ++OpI) { in runOnLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp152 for (unsigned OpI = 1, OpE = OpMD->getNumOperands(); OpI != OpE; ++OpI) { in buildOpSpirvDecorations() local
H A DSPIRVEmitIntrinsics.cpp795 if (auto *OpI = dyn_cast<Instruction>(Op)) { in deduceOperandElementType() local
1133 if (auto *OpI = dyn_cast<Instruction>(Op)) in insertPtrCastOrAssignTypeInstr() local
/freebsd/contrib/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); in coverLoop() local
H A DHexagonVLIWPacketizer.cpp1287 for (const MachineOperand &OpI : I.operands()) { in hasRegMaskDependence() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp994 if (auto *OpI = dyn_cast<Instruction>(Op)) { in run() local
H A DComplexDeinterleavingPass.cpp1583 if (auto *OpI = dyn_cast<Instruction>(Op)) { in checkNodes() local
1632 if (auto *OpI = dyn_cast<Instruction>(Op)) in checkNodes() local
H A DSelectOptimize.cpp1075 if (auto *OpI = dyn_cast<Instruction>(Op)) in getExclBackwardsSlice() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp745 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) { in DCEInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp606 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in RecursivelyDeleteTriviallyDeadInstructions() local
692 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in simplifyAndDCEInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp165 for (unsigned OpI = 0, OpE = I.getNumExplicitOperands(); OpI != OpE; ++OpI) { in constrainSelectedInstRegOperands() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp280 if (auto *OpI = dyn_cast<Instruction>(Op)) in CleanupConstantGlobalUsers() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1918 auto *OpI = cast<CastInst>(FI.getOperand(0)); in foldItoFPtoI() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2194 for (unsigned OpI = 0, OpE = getNumOperands(); OpI != OpE; ++OpI) { in shouldBroadcast() local
2244 if (any_of(seq<unsigned>(getNumOperands()), [&](unsigned OpI) { in canBeVectorized() argument
2527 if (auto *OpI in removeInstructionsAndOperands() local
2577 if (auto *OpI = dyn_cast<Instruction>(OpV)) removeInstructionsAndOperands() local
3128 for (unsigned OpI = 0, OpE = Operands.size(); OpI != OpE; ++OpI) { dump() local
7192 if (auto *OpI = dyn_cast<Instruction>(VL0->getOperand(0))) { buildTree_rec() local
14325 auto *OpI = dyn_cast<Instruction>(V); optimizeGatherSequence() local
[all...]

12