Home
last modified time | relevance | path

Searched refs:ConstantFoldLoadFromConstPtr (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DConstantFolding.h73 Constant *ConstantFoldLoadFromConstPtr(Constant *C, const TargetData *TD = 0);
/external/llvm/include/llvm/Analysis/
DConstantFolding.h118 Constant *ConstantFoldLoadFromConstPtr(Constant *C, Type *Ty, const DataLayout &DL);
/external/llvm/lib/Analysis/
DConstantFolding.cpp505 Constant *C = ConstantFoldLoadFromConstPtr(SrcPtr, SrcTy, DL); in ConstantFoldLoadThroughBitcast()
544 Constant *llvm::ConstantFoldLoadFromConstPtr(Constant *C, Type *Ty, in ConstantFoldLoadFromConstPtr() function in llvm
553 return ConstantFoldLoadFromConstPtr(GA->getAliasee(), Ty, DL); in ConstantFoldLoadFromConstPtr()
629 return ConstantFoldLoadFromConstPtr(C, LI->getType(), DL); in ConstantFoldLoadInst()
1858 Constant *VecData = ConstantFoldLoadFromConstPtr(SrcPtr, VTy, DL); in ConstantFoldVectorCall()
DInstructionSimplify.cpp3365 return ConstantFoldLoadFromConstPtr(ConstOps[0], LI->getType(), Q.DL); in SimplifyWithOpReplaced()
3914 Constant *Loaded = ConstantFoldLoadFromConstPtr(C, Int32Ty, DL); in SimplifyRelativeLoad()
DScalarEvolution.cpp6417 return ConstantFoldLoadFromConstPtr(Operands[0], LI->getType(), DL); in EvaluateExpression()
6795 C = ConstantFoldLoadFromConstPtr(Operands[0], LI->getType(), DL); in computeSCEVAtScope()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCloneFunction.cpp335 return ConstantFoldLoadFromConstPtr(Ops[0], TD); in ConstantFoldMappedInstruction()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp427 Constant *llvm::ConstantFoldLoadFromConstPtr(Constant *C, in ConstantFoldLoadFromConstPtr() function in llvm
506 return ConstantFoldLoadFromConstPtr(C, TD); in ConstantFoldLoadInst()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSelect.cpp330 return ConstantFoldLoadFromConstPtr(ConstOps[0], TD); in SimplifyWithOpReplaced()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp932 if (ConstantFoldLoadFromConstPtr(Src, &TD)) in AnalyzeLoadFromClobberingMemInst()
1091 return ConstantFoldLoadFromConstPtr(Src, &TD); in GetMemInstValueForLoad()
DSCCP.cpp1254 if (Constant *C = ConstantFoldLoadFromConstPtr(Ptr, TD)) in visitLoadInst()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp975 if (ConstantFoldLoadFromConstPtr(Src, LoadTy, DL)) in AnalyzeLoadFromClobberingMemInst()
1136 return ConstantFoldLoadFromConstPtr(Src, LoadTy, DL); in GetMemInstValueForLoad()
DSCCP.cpp1060 if (Constant *C = ConstantFoldLoadFromConstPtr(Ptr, I.getType(), DL)) { in visitLoadInst()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5355 ConstantFoldLoadFromConstPtr(const_cast<Constant *>(LoadInput), in getMemCmpLoad()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5862 if (const Constant *LoadCst = ConstantFoldLoadFromConstPtr( in getMemCmpLoad()