/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/Utils/ |
D | Local.h | 49 if (Constant *OpC = dyn_cast<Constant>(Op)) { variable
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAnnotateKernelFeatures.cpp | 102 const auto *OpC = dyn_cast<Constant>(U); in visitConstantExprsRecursively() local 128 const auto *OpC = dyn_cast<Constant>(U); in hasAddrSpaceCast() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Operator.cpp | 43 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in accumulateConstantOffset() local
|
/external/llvm/lib/IR/ |
D | Operator.cpp | 29 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in accumulateConstantOffset() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAnnotateKernelFeatures.cpp | 129 const auto *OpC = dyn_cast<Constant>(U); in visitConstantExprsRecursively() local 272 const auto *OpC = dyn_cast<Constant>(U); in addFeatureAttributes() local
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 207 if (Constant *OpC = dyn_cast<Constant>(Op)) { variable
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 197 if (Constant *OpC = dyn_cast<Constant>(*I)) in MarkUsedGlobalsAsNeeded() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.cpp | 827 unsigned OpC = MI.getOpcode(); in offsetMinAlign() local 896 unsigned OpC = MI.getOpcode(); in eliminateFrameIndex() local 1068 unsigned OpC = MI->getOpcode(); in needsFrameBaseReg() local
|
D | PPCInstrInfo.cpp | 1424 unsigned OpC = MI.getOpcode(); in PredicateInstruction() local 1580 unsigned OpC = MI.getOpcode(); in isPredicable() local 1631 int OpC = CmpInstr.getOpcode(); in optimizeCompareInstr() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.cpp | 747 unsigned OpC = MI.getOpcode(); in usesIXAddr() local 803 unsigned OpC = MI.getOpcode(); in eliminateFrameIndex() local 972 unsigned OpC = MI->getOpcode(); in needsFrameBaseReg() local
|
D | PPCInstrInfo.cpp | 1328 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/ |
D | Operator.h | 147 static bool isPossiblyExactOpcode(unsigned OpC) { in isPossiblyExactOpcode()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCRegisterInfo.cpp | 529 unsigned OpC = MI.getOpcode(); in eliminateFrameIndex() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1020 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/ |
D | Operator.h | 145 static bool isPossiblyExactOpcode(unsigned OpC) { in isPossiblyExactOpcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Operator.h | 140 static bool isPossiblyExactOpcode(unsigned OpC) { in isPossiblyExactOpcode()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 33 ConstantInt *OpC = dyn_cast<ConstantInt>(I->getOperand(OpNo)); in ShrinkDemandedConstant() local
|
D | InstCombineAddSub.cpp | 419 if (ConstantInt *OpC = dyn_cast<ConstantInt>(Op)) { in EmitGEPOffset() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1311 if (SIToFPInst *OpC = dyn_cast<SIToFPInst>(Op)) { in optimizeExp2() local 1314 } else if (UIToFPInst *OpC = dyn_cast<UIToFPInst>(Op)) { in optimizeExp2() local 1385 auto *OpC = dyn_cast<CallInst>(Op1); in optimizeLog() local 1497 auto *OpC = dyn_cast<CallInst>(Op1); in optimizeTan() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonStoreWidening.cpp | 129 unsigned OpC = MI->getOpcode(); in getStoreOffset() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonStoreWidening.cpp | 114 unsigned OpC = MI->getOpcode(); in getStoreOffset() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 34 ConstantInt *OpC = dyn_cast<ConstantInt>(I->getOperand(OpNo)); in ShrinkDemandedConstant() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SimplifyLibCalls.cpp | 914 if (SIToFPInst *OpC = dyn_cast<SIToFPInst>(Op)) { in CallOptimizer() local 917 } else if (UIToFPInst *OpC = dyn_cast<UIToFPInst>(Op)) { in CallOptimizer() local
|
D | MemCpyOptimizer.cpp | 51 ConstantInt *OpC = dyn_cast<ConstantInt>(GEP->getOperand(i)); in GetOffsetFromIndex() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1248 unsigned OpC = in ConstantFoldCompareInstOperands() local 2127 if (ConstantFP *OpC = dyn_cast<ConstantFP>(CS.getArgOperand(0))) { in isMathLibCallNoop() local
|