/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/ |
H A D | Local.h | 50 if (Constant *OpC = dyn_cast<Constant>(Op)) { variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAnnotateKernelFeatures.cpp | 131 const auto *OpC = dyn_cast<Constant>(U); in visitConstantExprsRecursively() local 337 const auto *OpC = dyn_cast<Constant>(U); in addFeatureAttributes() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | Annotation2Metadata.cpp | 47 auto *OpC = dyn_cast<ConstantStruct>(&Op); in convertAnnotation2Metadata() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.cpp | 1153 static unsigned offsetMinAlignForOpcode(unsigned OpC) { in offsetMinAlignForOpcode() 1183 unsigned OpC = MI.getOpcode(); in offsetMinAlign() local 1230 unsigned OpC = MI.getOpcode(); in eliminateFrameIndex() local 1415 unsigned OpC = MI->getOpcode(); in needsFrameBaseReg() local
|
H A D | PPCInstrInfo.cpp | 802 MachineOperand &OpC = Root.getOperand(0); in reassociateFMA() local 2162 unsigned OpC = MI.getOpcode(); in PredicateInstruction() local 2363 int OpC = CmpInstr.getOpcode(); in optimizeCompareInstr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Operator.cpp | 42 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in getMaxPreservedAlignment() local
|
H A D | Constants.cpp | 1736 Constant *OpC = getOperand(I); in getSplatValue() local
|
H A D | Verifier.cpp | 2164 const auto *OpC = dyn_cast<Constant>(U); in visitConstantExprsRecursively() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Operator.h | 140 static bool isPossiblyExactOpcode(unsigned OpC) { in isPossiblyExactOpcode()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonStoreWidening.cpp | 129 unsigned OpC = MI->getOpcode(); in getStoreOffset() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | CGSCCPassManager.cpp | 948 if (auto *OpC = dyn_cast<Constant>(Op)) in updateCGAndAnalysisManagerForPass() local
|
H A D | ConstantFolding.cpp | 1301 unsigned OpC = in ConstantFoldCompareInstOperands() local 3031 if (ConstantFP *OpC = dyn_cast<ConstantFP>(Call->getArgOperand(0))) { in isMathLibCallNoop() local
|
H A D | ValueTracking.cpp | 2058 ConstantInt *OpC = cast<ConstantInt>(GTI.getOperand()); in isGEPKnownNonNull() local 2073 if (ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand())) { in isGEPKnownNonNull() local 7000 ConstantInt *OpC = dyn_cast<ConstantInt>(GEP->getOperand(i)); in getOffsetFromIndex() local
|
H A D | InlineCost.cpp | 1002 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in accumulateGEPOffset() local
|
H A D | ScalarEvolution.cpp | 6632 if (auto *OpC = dyn_cast<SCEVConstant>(LHSMul->getOperand(0))) { in createSCEV() local 8041 Instruction::BinaryOps OpC; in computeShiftCompareExitLimit() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetInstrInfo.cpp | 842 MachineOperand &OpC = Root.getOperand(0); in reassociateOps() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 775 if (Constant *OpC = getConstant(OpSt)) { in visitCastInst() local
|
H A D | SimplifyLibCalls.cpp | 2075 auto *OpC = dyn_cast<CallInst>(Op1); in optimizeTan() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 735 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in visitGetElementPtrInst() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 555 static void AddNodeIDOpcode(FoldingSetNodeID &ID, unsigned OpC) { in AddNodeIDOpcode() 583 static void AddNodeIDNode(FoldingSetNodeID &ID, unsigned short OpC, in AddNodeIDNode()
|
H A D | DAGCombiner.cpp | 16794 unsigned OpC = MemVT.isVector() ? ISD::EXTRACT_SUBVECTOR in mergeStoresOfConstantsOrVecElts() local
|