HomeSort by relevance Sort by last modified time
    Searched refs:getAddressSpace (Results 76 - 100 of 118) sorted by null

1 2 34 5

  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 429 unsigned AddressSpace = PTy->getAddressSpace();
713 Vals.push_back(GV.getType()->getAddressSpace() << 2 | 2 | GV.isConstant());
771 Vals.push_back(A.getType()->getAddressSpace());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 323 unsigned AS = ST->getAddressSpace();
    [all...]
SelectionDAG.cpp 431 ID.AddInteger(GA->getAddressSpace());
    [all...]
DAGCombiner.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 464 return cast<PointerType>(V.get<const Value*>()->getType())->getAddressSpace();
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
CGAtomic.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 508 if (unsigned AddressSpace = PTy->getAddressSpace())
    [all...]
Core.cpp 509 return unwrap<PointerType>(PointerTy)->getAddressSpace();
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 662 << elemName << ", " << PT->getAddressSpace() << ");";
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 286 unsigned AddressSpace = PTy->getAddressSpace();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 271 unsigned AddressSpace = PTy->getAddressSpace();
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 274 unsigned AddressSpace = PTy->getAddressSpace();
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 536 switch (PT->getAddressSpace()) {
    [all...]

Completed in 740 milliseconds

1 2 34 5