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

  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 49 /// getAddrSpace - Return the LLVM IR address space number that this pointer
51 unsigned getAddrSpace() const;
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 39 if (DstPtrInfo.getAddrSpace() >= 256)
199 if (DstPtrInfo.getAddrSpace() >= 256 ||
200 SrcPtrInfo.getAddrSpace() >= 256)
X86ISelDAGToDAG.cpp 596 switch (N->getPointerInfo().getAddrSpace()) {
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 351 /// getAddrSpace - Return the LLVM IR address space number that this pointer
353 unsigned MachinePointerInfo::getAddrSpace() const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 144 milliseconds