HomeSort by relevance Sort by last modified time
    Searched refs:AddressSpace (Results 26 - 50 of 51) sorted by null

12 3

  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 493 unsigned AddressSpace) {
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 382 unsigned AddressSpace) {
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 845 bool getStackCookieLocation(unsigned &AddressSpace,
    [all...]
X86ISelLowering.cpp     [all...]
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGCall.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h 1064 LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, unsigned AddressSpace);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 493 if (unsigned AddressSpace = PTy->getAddressSpace())
494 OS << " addrspace(" << AddressSpace << ')';
    [all...]
Core.cpp 476 LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, unsigned AddressSpace) {
477 return wrap(PointerType::get(unwrap(ElementType), AddressSpace));
    [all...]
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 470 unsigned AddressSpace) {
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 412 unsigned AddressSpace = PTy->getAddressSpace();
413 TypeVals.push_back(AddressSpace);
414 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 678 milliseconds

12 3