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 48 /// getAddrSpace - Return the LLVM IR address space number that this pointer
50 unsigned getAddrSpace() const;
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 39 if (DstPtrInfo.getAddrSpace() >= 256)
198 if (DstPtrInfo.getAddrSpace() >= 256 ||
199 SrcPtrInfo.getAddrSpace() >= 256)
X86ISelDAGToDAG.cpp 592 switch (N->getPointerInfo().getAddrSpace()) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 334 /// getAddrSpace - Return the LLVM IR address space number that this pointer
336 unsigned MachinePointerInfo::getAddrSpace() const {
    [all...]

Completed in 342 milliseconds