Home
last modified time | relevance | path

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

12

/external/llvm/lib/IR/
DOperator.cpp29 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in accumulateConstantOffset() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateKernelFeatures.cpp102 const auto *OpC = dyn_cast<Constant>(U); in visitConstantExprsRecursively() local
128 const auto *OpC = dyn_cast<Constant>(U); in hasAddrSpaceCast() local
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h207 if (Constant *OpC = dyn_cast<Constant>(Op)) { variable
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalDCE.cpp197 if (Constant *OpC = dyn_cast<Constant>(*I)) in MarkUsedGlobalsAsNeeded() local
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp747 unsigned OpC = MI.getOpcode(); in usesIXAddr() local
803 unsigned OpC = MI.getOpcode(); in eliminateFrameIndex() local
972 unsigned OpC = MI->getOpcode(); in needsFrameBaseReg() local
DPPCInstrInfo.cpp1328 unsigned OpC = MI.getOpcode(); in PredicateInstruction() local
1484 unsigned OpC = MI.getOpcode(); in isPredicable() local
1533 int OpC = CmpInstr.getOpcode(); in optimizeCompareInstr() local
/external/swiftshader/third_party/LLVM/include/llvm/
DOperator.h147 static bool isPossiblyExactOpcode(unsigned OpC) { in isPossiblyExactOpcode()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCRegisterInfo.cpp529 unsigned OpC = MI.getOpcode(); in eliminateFrameIndex() local
DPPCISelDAGToDAG.cpp783 unsigned OpC = Hi ? PPC::LIS8 : PPC::LI8; in Select() local
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1020 auto *OpC = dyn_cast<CallInst>(Op1); in optimizePow() local
1124 if (SIToFPInst *OpC = dyn_cast<SIToFPInst>(Op)) { in optimizeExp2() local
1127 } else if (UIToFPInst *OpC = dyn_cast<UIToFPInst>(Op)) { in optimizeExp2() local
1215 auto *OpC = dyn_cast<CallInst>(Op1); in optimizeLog() local
1325 auto *OpC = dyn_cast<CallInst>(Op1); in optimizeTan() local
/external/llvm/include/llvm/IR/
DOperator.h145 static bool isPossiblyExactOpcode(unsigned OpC) { in isPossiblyExactOpcode()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp33 ConstantInt *OpC = dyn_cast<ConstantInt>(I->getOperand(OpNo)); in ShrinkDemandedConstant() local
DInstCombineAddSub.cpp419 if (ConstantInt *OpC = dyn_cast<ConstantInt>(Op)) { in EmitGEPOffset() local
/external/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp114 unsigned OpC = MI->getOpcode(); in getStoreOffset() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp34 ConstantInt *OpC = dyn_cast<ConstantInt>(I->getOperand(OpNo)); in ShrinkDemandedConstant() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp914 if (SIToFPInst *OpC = dyn_cast<SIToFPInst>(Op)) { in CallOptimizer() local
917 } else if (UIToFPInst *OpC = dyn_cast<UIToFPInst>(Op)) { in CallOptimizer() local
DMemCpyOptimizer.cpp51 ConstantInt *OpC = dyn_cast<ConstantInt>(GEP->getOperand(i)); in GetOffsetFromIndex() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp968 unsigned OpC = in ConstantFoldCompareInstOperands() local
DValueTracking.cpp1502 ConstantInt *OpC = cast<ConstantInt>(*I); in GetPointerBaseWithConstantOffset() local
/external/llvm/lib/Analysis/
DInlineCost.cpp313 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in accumulateGEPOffset() local
DConstantFolding.cpp1161 unsigned OpC = in ConstantFoldCompareInstOperands() local
DValueTracking.cpp1613 ConstantInt *OpC = cast<ConstantInt>(GTI.getOperand()); in isGEPKnownNonNull() local
1628 if (ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand())) { in isGEPKnownNonNull() local
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp49 ConstantInt *OpC = dyn_cast<ConstantInt>(GEP->getOperand(i)); in GetOffsetFromIndex() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp1459 unsigned OpC = 0; in X86VisitIntrinsicCall() local
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp699 MachineOperand &OpC = Root.getOperand(0); in reassociateOps() local

12