HomeSort by relevance Sort by last modified time
    Searched refs:ConstantFoldLoadFromConstPtr (Results 1 - 23 of 23) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ConstantFolding.h 70 /// ConstantFoldLoadFromConstPtr - Return the value that a load from C would
73 Constant *ConstantFoldLoadFromConstPtr(Constant *C, const TargetData *TD = 0);
  /external/llvm/include/llvm/Analysis/
ConstantFolding.h 115 /// ConstantFoldLoadFromConstPtr - Return the value that a load from C would
118 Constant *ConstantFoldLoadFromConstPtr(Constant *C, Type *Ty, const DataLayout &DL);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ConstantFolding.h 123 /// ConstantFoldLoadFromConstPtr - Return the value that a load from C would
126 Constant *ConstantFoldLoadFromConstPtr(Constant *C, Type *Ty, const DataLayout &DL);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
VNCoercion.cpp 300 if (ConstantFoldLoadFromConstPtr(Src, LoadTy, DL))
476 return ConstantFoldLoadFromConstPtr(Src, LoadTy, DL);
SimplifyLibCalls.cpp 800 LHSV = ConstantFoldLoadFromConstPtr(LHSC, IntType, DL);
805 RHSV = ConstantFoldLoadFromConstPtr(RHSC, IntType, DL);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ExpandMemCmp.cpp 295 LoadSrc1 = ConstantFoldLoadFromConstPtr(Source1C, LoadSizeType, DL);
301 LoadSrc2 = ConstantFoldLoadFromConstPtr(Source2C, LoadSizeType, DL);
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 505 Constant *C = ConstantFoldLoadFromConstPtr(SrcPtr, SrcTy, DL);
544 Constant *llvm::ConstantFoldLoadFromConstPtr(Constant *C, Type *Ty,
553 return ConstantFoldLoadFromConstPtr(GA->getAliasee(), Ty, DL);
629 return ConstantFoldLoadFromConstPtr(C, LI->getType(), DL);
    [all...]
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ConstantFolding.cpp 583 Constant *C = ConstantFoldLoadFromConstPtr(SrcPtr, SrcTy, DL);
592 Constant *llvm::ConstantFoldLoadFromConstPtr(Constant *C, Type *Ty,
601 return ConstantFoldLoadFromConstPtr(GA->getAliasee(), Ty, DL);
677 return ConstantFoldLoadFromConstPtr(C, LI->getType(), DL);
    [all...]
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CloneFunction.cpp 335 return ConstantFoldLoadFromConstPtr(Ops[0], TD);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 424 /// ConstantFoldLoadFromConstPtr - Return the value that a load from C would
427 Constant *llvm::ConstantFoldLoadFromConstPtr(Constant *C,
506 return ConstantFoldLoadFromConstPtr(C, TD);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSelect.cpp 330 return ConstantFoldLoadFromConstPtr(ConstOps[0], TD);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
SCCP.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp     [all...]
SCCP.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 5813 milliseconds