HomeSort by relevance Sort by last modified time
    Searched defs:AddressSpace (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXBaseInfo.h 22 enum AddressSpace {
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 195 unsigned AddressSpace =
201 Builder->getInt8PtrTy(AddressSpace)),
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 535 unsigned AddressSpace = PT->getAddressSpace();
554 BSSGlobals[AddressSpace].push_back(&GV);
556 ConstGlobals[AddressSpace].push_back(&GV);
558 Globals[AddressSpace].push_back(&GV);
StackProtector.cpp 336 unsigned AddressSpace, Offset;
337 if (TLI->getStackCookieLocation(AddressSpace, Offset)) {
343 AddressSpace));
  /external/llvm/include/llvm/IR/
DataLayout.h 90 uint32_t AddressSpace;
93 static PointerAlignElem get(uint32_t AddressSpace, unsigned ABIAlign,
133 findPointerLowerBound(uint32_t AddressSpace) const {
134 return const_cast<DataLayout *>(this)->findPointerLowerBound(AddressSpace);
137 PointersTy::iterator findPointerLowerBound(uint32_t AddressSpace);
421 IntegerType *getIntPtrType(LLVMContext &C, unsigned AddressSpace = 0) const;
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 101 enum AddressSpace {
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 286 unsigned AddressSpace = PTy->getAddressSpace();
287 TypeVals.push_back(AddressSpace);
288 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 271 unsigned AddressSpace = PTy->getAddressSpace();
272 TypeVals.push_back(AddressSpace);
273 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 274 unsigned AddressSpace = PTy->getAddressSpace();
275 TypeVals.push_back(AddressSpace);
276 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 429 unsigned AddressSpace = PTy->getAddressSpace();
430 TypeVals.push_back(AddressSpace);
431 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 508 if (unsigned AddressSpace = PTy->getAddressSpace())
509 OS << " addrspace(" << AddressSpace << ')';
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 338 milliseconds