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

1 2

  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 61 unsigned getAddrSpace() const;
158 unsigned getAddrSpace() const { return PtrInfo.getAddrSpace(); }
224 LHS.getAddrSpace() == RHS.getAddrSpace();
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 63 unsigned getAddrSpace() const;
181 unsigned getAddrSpace() const { return PtrInfo.getAddrSpace(); }
270 LHS.getAddrSpace() == RHS.getAddrSpace();
SelectionDAG.h     [all...]
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 63 unsigned getAddrSpace() const;
181 unsigned getAddrSpace() const { return PtrInfo.getAddrSpace(); }
270 LHS.getAddrSpace() == RHS.getAddrSpace();
SelectionDAG.h     [all...]
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 63 unsigned getAddrSpace() const;
181 unsigned getAddrSpace() const { return PtrInfo.getAddrSpace(); }
270 LHS.getAddrSpace() == RHS.getAddrSpace();
SelectionDAG.h     [all...]
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 63 unsigned getAddrSpace() const;
181 unsigned getAddrSpace() const { return PtrInfo.getAddrSpace(); }
270 LHS.getAddrSpace() == RHS.getAddrSpace();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 63 unsigned getAddrSpace() const;
181 unsigned getAddrSpace() const { return PtrInfo.getAddrSpace(); }
270 LHS.getAddrSpace() == RHS.getAddrSpace();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 63 unsigned getAddrSpace() const;
181 unsigned getAddrSpace() const { return PtrInfo.getAddrSpace(); }
270 LHS.getAddrSpace() == RHS.getAddrSpace();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 63 unsigned getAddrSpace() const;
181 unsigned getAddrSpace() const { return PtrInfo.getAddrSpace(); }
270 LHS.getAddrSpace() == RHS.getAddrSpace();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineMemOperand.h 63 unsigned getAddrSpace() const;
181 unsigned getAddrSpace() const { return PtrInfo.getAddrSpace(); }
270 LHS.getAddrSpace() == RHS.getAddrSpace();
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineMemOperand.h 48 /// getAddrSpace - Return the LLVM IR address space number that this pointer
50 unsigned getAddrSpace() const;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86SelectionDAGInfo.cpp 39 if (DstPtrInfo.getAddrSpace() >= 256)
198 if (DstPtrInfo.getAddrSpace() >= 256 ||
199 SrcPtrInfo.getAddrSpace() >= 256)
X86ISelDAGToDAG.cpp 597 switch (N->getPointerInfo().getAddrSpace()) {
    [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 63 if (DstPtrInfo.getAddrSpace() >= 256)
219 if (DstPtrInfo.getAddrSpace() >= 256 ||
220 SrcPtrInfo.getAddrSpace() >= 256)
X86ISelDAGToDAG.cpp 723 switch (N->getPointerInfo().getAddrSpace()) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 453 ID.AddInteger(LD->getPointerInfo().getAddrSpace());
460 ID.AddInteger(ST->getPointerInfo().getAddrSpace());
481 ID.AddInteger(AT->getPointerInfo().getAddrSpace());
486 ID.AddInteger(PF->getPointerInfo().getAddrSpace());
508 ID.AddInteger(cast<MemSDNode>(N)->getPointerInfo().getAddrSpace());
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 467 /// getAddrSpace - Return the LLVM IR address space number that this pointer
469 unsigned MachinePointerInfo::getAddrSpace() const {
570 unsigned AS = getAddrSpace();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/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 2490 milliseconds

1 2