HomeSort by relevance Sort by last modified time
    Searched refs:getPointerAddressSpace (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/lib/Analysis/
CostModel.cpp 141 SI->getPointerAddressSpace());
147 LI->getPointerAddressSpace());
LazyValueInfo.cpp 559 return L->getPointerAddressSpace() == 0 &&
563 return S->getPointerAddressSpace() == 0 &&
    [all...]
ValueTracking.cpp     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 312 unsigned AS = allocPtr->getType()->getPointerAddressSpace();
332 unsigned AS = newPtr->getType()->getPointerAddressSpace();
ItaniumCXXABI.cpp 335 unsigned AS = Base->getType()->getPointerAddressSpace();
    [all...]
CGCXXABI.cpp 192 unsigned AS = ptr->getType()->getPointerAddressSpace();
CGBuiltin.cpp 89 unsigned AddrSpace = DestPtr->getType()->getPointerAddressSpace();
123 unsigned AddrSpace = DestPtr->getType()->getPointerAddressSpace();
    [all...]
CGCall.cpp     [all...]
CodeGenFunction.cpp     [all...]
CGExprCXX.cpp     [all...]
CGExpr.cpp 510 if (Address->getType()->getPointerAddressSpace())
    [all...]
  /external/llvm/include/llvm/IR/
Operator.h 398 /// getPointerAddressSpace - Method to return the address space of the
400 unsigned getPointerAddressSpace() const {
446 DL.getPointerSizeInBits(getPointerAddressSpace()) &&
Instructions.h 230 unsigned getPointerAddressSpace() const {
231 return getPointerOperand()->getType()->getPointerAddressSpace();
353 unsigned getPointerAddressSpace() const {
354 return getPointerOperand()->getType()->getPointerAddressSpace();
524 unsigned getPointerAddressSpace() const {
525 return getPointerOperand()->getType()->getPointerAddressSpace();
668 unsigned getPointerAddressSpace() const {
669 return getPointerOperand()->getType()->getPointerAddressSpace();
774 return getPointerAddressSpace();
809 unsigned getPointerAddressSpace() const
    [all...]
Type.h 366 unsigned getPointerAddressSpace() const;
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 156 SI->getPointerAddressSpace() == 0)) {
LoopIdiomRecognize.cpp     [all...]
SCCP.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 374 if (isa<ConstantPointerNull>(GEPI0) && GEPI->getPointerAddressSpace() == 0){
388 (isa<ConstantPointerNull>(Op) && LI.getPointerAddressSpace() == 0)) {
644 if (isa<ConstantPointerNull>(Ptr) && SI.getPointerAddressSpace() == 0) {
InstCombinePHI.cpp 302 unsigned LoadAddrSpace = FirstLI->getPointerAddressSpace();
327 LI->getPointerAddressSpace() != LoadAddrSpace ||
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/IR/
Type.cpp 218 unsigned Type::getPointerAddressSpace() const {
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 601 IAddressSpace = LI->getPointerAddressSpace();
602 JAddressSpace = LJ->getPointerAddressSpace();
609 IAddressSpace = SI->getPointerAddressSpace();
610 JAddressSpace = SJ->getPointerAddressSpace();
    [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 494 milliseconds

1 2