Home
last modified time | relevance | path

Searched defs:OpC (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DLocal.h50 if (Constant *OpC = dyn_cast<Constant>(Op)) { variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateKernelFeatures.cpp131 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 DAnnotation2Metadata.cpp47 auto *OpC = dyn_cast<ConstantStruct>(&Op); in convertAnnotation2Metadata() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp1153 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 DPPCInstrInfo.cpp802 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 DOperator.cpp42 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in getMaxPreservedAlignment() local
H A DConstants.cpp1736 Constant *OpC = getOperand(I); in getSplatValue() local
H A DVerifier.cpp2164 const auto *OpC = dyn_cast<Constant>(U); in visitConstantExprsRecursively() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h140 static bool isPossiblyExactOpcode(unsigned OpC) { in isPossiblyExactOpcode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp129 unsigned OpC = MI->getOpcode(); in getStoreOffset() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp948 if (auto *OpC = dyn_cast<Constant>(Op)) in updateCGAndAnalysisManagerForPass() local
H A DConstantFolding.cpp1301 unsigned OpC = in ConstantFoldCompareInstOperands() local
3031 if (ConstantFP *OpC = dyn_cast<ConstantFP>(Call->getArgOperand(0))) { in isMathLibCallNoop() local
H A DValueTracking.cpp2058 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 DInlineCost.cpp1002 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in accumulateGEPOffset() local
H A DScalarEvolution.cpp6632 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 DTargetInstrInfo.cpp842 MachineOperand &OpC = Root.getOperand(0); in reassociateOps() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp775 if (Constant *OpC = getConstant(OpSt)) { in visitCastInst() local
H A DSimplifyLibCalls.cpp2075 auto *OpC = dyn_cast<CallInst>(Op1); in optimizeTan() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp735 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in visitGetElementPtrInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp555 static void AddNodeIDOpcode(FoldingSetNodeID &ID, unsigned OpC) { in AddNodeIDOpcode()
583 static void AddNodeIDNode(FoldingSetNodeID &ID, unsigned short OpC, in AddNodeIDNode()
H A DDAGCombiner.cpp16794 unsigned OpC = MemVT.isVector() ? ISD::EXTRACT_SUBVECTOR in mergeStoresOfConstantsOrVecElts() local