HomeSort by relevance Sort by last modified time
    Searched refs:AddrSpace (Results 126 - 150 of 223) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DerivedTypes.h 468 explicit PointerType(Type *ElType, unsigned AddrSpace);
Type.h 430 /// PointerType::get(Foo, AddrSpace).
431 PointerType *getPointerTo(unsigned AddrSpace = 0) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
BasicTTIImpl.h 151 unsigned AddrSpace, Instruction *I = nullptr) {
157 return getTLI()->isLegalAddressingMode(DL, AM, Ty, AddrSpace, I);
165 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
171 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DataLayout.h 167 void setPointerAlignment(uint32_t AddrSpace, unsigned ABIAlign,
DerivedTypes.h 468 explicit PointerType(Type *ElType, unsigned AddrSpace);
Type.h 430 /// PointerType::get(Foo, AddrSpace).
431 PointerType *getPointerTo(unsigned AddrSpace = 0) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
BasicTTIImpl.h 151 unsigned AddrSpace, Instruction *I = nullptr) {
157 return getTLI()->isLegalAddressingMode(DL, AM, Ty, AddrSpace, I);
165 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
171 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DataLayout.h 167 void setPointerAlignment(uint32_t AddrSpace, unsigned ABIAlign,
DerivedTypes.h 468 explicit PointerType(Type *ElType, unsigned AddrSpace);
Type.h 430 /// PointerType::get(Foo, AddrSpace).
431 PointerType *getPointerTo(unsigned AddrSpace = 0) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
BasicTTIImpl.h 151 unsigned AddrSpace, Instruction *I = nullptr) {
157 return getTLI()->isLegalAddressingMode(DL, AM, Ty, AddrSpace, I);
165 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
171 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DataLayout.h 167 void setPointerAlignment(uint32_t AddrSpace, unsigned ABIAlign,
DerivedTypes.h 468 explicit PointerType(Type *ElType, unsigned AddrSpace);
Type.h 430 /// PointerType::get(Foo, AddrSpace).
431 PointerType *getPointerTo(unsigned AddrSpace = 0) const;
  /external/llvm/include/llvm/Target/
TargetLowering.h 305 unsigned AddrSpace) const {
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 655 // %g1 = call coldcc i8 addrspace(1)* @llvm.experimental.gc.relocate.p1i8(...)
660 // %g2 = call coldcc i8 addrspace(1)* @llvm.experimental.gc.relocate.p1i8(...)
664 // %p1 = phi i8 addrspace(1)* [ %g1, %bb1 ], [ %g2, %bb2 ]
665 // %cast = bitcast i8 addrspace(1)* %p1 in to i32 addrspace(1)*
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 113 unsigned AddrSpace;
115 MemAccessTy() : MemTy(nullptr), AddrSpace(UnknownAddressSpace) {}
118 MemTy(Ty), AddrSpace(AS) {}
121 return MemTy == Other.MemTy && AddrSpace == Other.AddrSpace;
700 AccessTy.AddrSpace = SI->getPointerAddressSpace();
702 AccessTy.AddrSpace = LI->getPointerAddressSpace();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 386 PointerType *getInt8PtrTy(unsigned AddrSpace = 0) {
387 return Type::getInt8PtrTy(Context, AddrSpace);
391 IntegerType *getIntPtrTy(const DataLayout &DL, unsigned AddrSpace = 0) {
392 return DL.getIntPtrType(Context, AddrSpace);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
IRBuilder.h 386 PointerType *getInt8PtrTy(unsigned AddrSpace = 0) {
387 return Type::getInt8PtrTy(Context, AddrSpace);
391 IntegerType *getIntPtrTy(const DataLayout &DL, unsigned AddrSpace = 0) {
392 return DL.getIntPtrType(Context, AddrSpace);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
IRBuilder.h 386 PointerType *getInt8PtrTy(unsigned AddrSpace = 0) {
387 return Type::getInt8PtrTy(Context, AddrSpace);
391 IntegerType *getIntPtrTy(const DataLayout &DL, unsigned AddrSpace = 0) {
392 return DL.getIntPtrType(Context, AddrSpace);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
IRBuilder.h 386 PointerType *getInt8PtrTy(unsigned AddrSpace = 0) {
387 return Type::getInt8PtrTy(Context, AddrSpace);
391 IntegerType *getIntPtrTy(const DataLayout &DL, unsigned AddrSpace = 0) {
392 return DL.getIntPtrType(Context, AddrSpace);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
IRBuilder.h 386 PointerType *getInt8PtrTy(unsigned AddrSpace = 0) {
387 return Type::getInt8PtrTy(Context, AddrSpace);
391 IntegerType *getIntPtrTy(const DataLayout &DL, unsigned AddrSpace = 0) {
392 return DL.getIntPtrType(Context, AddrSpace);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
IRBuilder.h 386 PointerType *getInt8PtrTy(unsigned AddrSpace = 0) {
387 return Type::getInt8PtrTy(Context, AddrSpace);
391 IntegerType *getIntPtrTy(const DataLayout &DL, unsigned AddrSpace = 0) {
392 return DL.getIntPtrType(Context, AddrSpace);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
IRBuilder.h 386 PointerType *getInt8PtrTy(unsigned AddrSpace = 0) {
387 return Type::getInt8PtrTy(Context, AddrSpace);
391 IntegerType *getIntPtrTy(const DataLayout &DL, unsigned AddrSpace = 0) {
392 return DL.getIntPtrType(Context, AddrSpace);
    [all...]

Completed in 1632 milliseconds

1 2 3 4 56 7 8 9