HomeSort by: relevance | last modified time | path
    Searched refs:getBasePtrIndex (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
IntrinsicInst.cpp 485 return *(Opt->Inputs.begin() + getBasePtrIndex());
486 return *(getStatepoint()->arg_begin() + getBasePtrIndex());
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h 1250 unsigned getBasePtrIndex() const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 1018 auto K = std::make_pair(ThisRelocate->getBasePtrIndex(),
1074 if (RI->getBasePtrIndex() == RelocatedBase->getBasePtrIndex()) {
1080 assert(ToReplace->getBasePtrIndex() == RelocatedBase->getBasePtrIndex() &&
1082 if (ToReplace->getBasePtrIndex() == ToReplace->getDerivedPtrIndex()) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 2405 GCR.getBasePtrIndex() != GCR.getDerivedPtrIndex()) {
2407 GCR.setOperand(2, ConstantInt::get(OpIntTy, GCR.getBasePtrIndex()));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 8863 static unsigned getBasePtrIndex(const MemSDNode *N) {
8879 unsigned PtrIdx = getBasePtrIndex(N);

Completed in 56 milliseconds