/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | CombinerUtils.h | 25 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 D | DCE.cpp | 110 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) DCEInstruction() local
|
H A D | LoopUnrollPass.cpp | 446 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 D | MergeICmps.cpp | 260 const Instruction *OpI = dyn_cast<Instruction>(Op); in canSinkBCECmpInst() local
|
H A D | LoopInterchange.cpp | 1336 Instruction *OpI = dyn_cast<Instruction>(Op); in transform() local
|
H A D | Scalarizer.cpp | 687 Value *OpI = CI.getOperand(I); in splitCall() local
|
H A D | DeadStoreElimination.cpp | 1740 if (Instruction *OpI = dyn_cast<Instruction>(O)) { in deleteDeadInstruction() local
|
H A D | Reassociate.cpp | 2502 Instruction *OpI = dyn_cast<Instruction>(Op); in BuildPairMap() local
|
H A D | SimpleLoopUnswitch.cpp | 221 Instruction *OpI = dyn_cast<Instruction>(skipTrivialSelect(OpV)); in collectHomogenousInstGraphLoopInvariants() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBundle.h | 98 MachineInstr::mop_iterator OpI, OpE; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600Packetizer.cpp | 182 int OpI = TII->getOperandIdx(MII->getOpcode(), R600::OpName::pred_sel), in isLegalToPacketizeTogether() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FalkorHWPFFix.cpp | 741 for (unsigned OpI = 0, OpE = MI.getNumOperands(); OpI < OpE; ++OpI) { in runOnLoop() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVUtils.cpp | 152 for (unsigned OpI = 1, OpE = OpMD->getNumOperands(); OpI != OpE; ++OpI) { in buildOpSpirvDecorations() local
|
H A D | SPIRVEmitIntrinsics.cpp | 795 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 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 2318 Instruction *OpI = dyn_cast<Instruction>(I); in coverLoop() local
|
H A D | HexagonVLIWPacketizer.cpp | 1287 for (const MachineOperand &OpI : I.operands()) { in hasRegMaskDependence() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 994 if (auto *OpI = dyn_cast<Instruction>(Op)) { in run() local
|
H A D | ComplexDeinterleavingPass.cpp | 1583 if (auto *OpI = dyn_cast<Instruction>(Op)) { in checkNodes() local 1632 if (auto *OpI = dyn_cast<Instruction>(Op)) in checkNodes() local
|
H A D | SelectOptimize.cpp | 1075 if (auto *OpI = dyn_cast<Instruction>(Op)) in getExclBackwardsSlice() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 745 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) { in DCEInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 606 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 D | Utils.cpp | 165 for (unsigned OpI = 0, OpE = I.getNumExplicitOperands(); OpI != OpE; ++OpI) { in constrainSelectedInstRegOperands() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 280 if (auto *OpI = dyn_cast<Instruction>(Op)) in CleanupConstantGlobalUsers() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 1918 auto *OpI = cast<CastInst>(FI.getOperand(0)); in foldItoFPtoI() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 2194 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...] |