Home
last modified time | relevance | path

Searched defs:AddrSpace (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.h55 unsigned AddrSpace) const { in isLegalToVectorizeLoadChain()
60 unsigned AddrSpace) const { in isLegalToVectorizeStoreChain()
99 bool hasVolatileVariant(Instruction *I, unsigned AddrSpace) { in hasVolatileVariant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.h59 uint64_t getNullPointerValue(unsigned AddrSpace) const { in getNullPointerValue()
DSIMemoryLegalizer.cpp715 SIAtomicAddrSpace AddrSpace, in insertCacheInvalidate()
757 SIAtomicAddrSpace AddrSpace, in insertWait()
853 SIAtomicAddrSpace AddrSpace, in insertCacheInvalidate()
955 SIAtomicAddrSpace AddrSpace, in insertCacheInvalidate()
1007 SIAtomicAddrSpace AddrSpace, in insertWait()
DR600ISelLowering.cpp1665 EVT VT, unsigned AddrSpace, unsigned Align, MachineMemOperand::Flags Flags, in allowsMisalignedMemoryAccesses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLowLevelType.cpp30 unsigned AddrSpace = PTy->getAddressSpace(); in getLLTForType() local
DTargetLoweringBase.cpp1524 LLVMContext &Context, const DataLayout &DL, EVT VT, unsigned AddrSpace, in allowsMemoryAccessForAlignment()
1552 LLVMContext &Context, const DataLayout &DL, EVT VT, unsigned AddrSpace, in allowsMemoryAccess()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp225 unsigned AddrSpace = getInt(R); in getAddrSpace() local
274 unsigned AddrSpace = Tok.empty() ? 0 : getInt(Tok); in parseSpecifier() local
519 void DataLayout::setPointerAlignment(uint32_t AddrSpace, Align ABIAlign, in setPointerAlignment()
DFunction.cpp252 static unsigned computeAddrSpace(unsigned AddrSpace, Module *M) { in computeAddrSpace()
260 Function::Function(FunctionType *Ty, LinkageTypes Linkage, unsigned AddrSpace, in Function()
DInstructions.cpp1210 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, const Twine &Name, in AllocaInst()
1214 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, const Twine &Name, in AllocaInst()
1218 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1223 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1227 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1238 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
DType.cpp652 PointerType::PointerType(Type *E, unsigned AddrSpace) in PointerType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h289 bool hasVolatileVariant(Instruction *I, unsigned AddrSpace) { return false; } in hasVolatileVariant()
294 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) { in getScalingFactorCost()
576 unsigned getLoadStoreVecRegBitWidth(unsigned AddrSpace) const { return 128; } in getLoadStoreVecRegBitWidth()
584 unsigned AddrSpace) const { in isLegalToVectorizeLoadChain()
590 unsigned AddrSpace) const { in isLegalToVectorizeStoreChain()
DTargetTransformInfo.h1504 unsigned AddrSpace, in isLegalAddressingMode()
1555 bool hasVolatileVariant(Instruction *I, unsigned AddrSpace) override { in hasVolatileVariant()
1563 unsigned AddrSpace) override { in getScalingFactorCost()
1838 unsigned getLoadStoreVecRegBitWidth(unsigned AddrSpace) const override { in getLoadStoreVecRegBitWidth()
1849 unsigned AddrSpace) const override { in isLegalToVectorizeLoadChain()
1855 unsigned AddrSpace) const override { in isLegalToVectorizeStoreChain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h396 unsigned AddrSpace = MatchTable[CurrentIdx++]; in executeMatchTable() local
551 const unsigned AddrSpace = Ty.getAddressSpace(); in executeMatchTable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h47 unsigned AddrSpace = 0; member
DBasicTTIImpl.h265 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) { in getScalingFactorCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalityPredicates.cpp87 unsigned AddrSpace) { in isPointer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h375 bool isNonIntegralAddressSpace(unsigned AddrSpace) const { in isNonIntegralAddressSpace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h271 bool ParseOptionalProgramAddrSpace(unsigned &AddrSpace) { in ParseOptionalProgramAddrSpace()
DLLParser.cpp923 unsigned AddrSpace = PTy->getAddressSpace(); in parseIndirectSymbol() local
1035 unsigned AddrSpace; in ParseGlobal() local
1568 bool LLParser::ParseOptionalAddrSpace(unsigned &AddrSpace, unsigned DefaultAS) { in ParseOptionalAddrSpace()
2154 bool LLParser::ParseOptionalCommaAddrSpace(unsigned &AddrSpace, in ParseOptionalCommaAddrSpace()
2412 unsigned AddrSpace; in ParseType() local
5387 unsigned AddrSpace = 0; in ParseFunctionHeader() local
6893 unsigned AddrSpace = 0; in ParseAlloc() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp960 unsigned AddrSpace = GEP->getPointerAddressSpace(); in splitGEP() local
DInferAddressSpaces.cpp757 Use &U, unsigned AddrSpace) { in isSimplePointerUseValidToReplace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp772 const unsigned AddrSpace = DomLoad->getPointerAddressSpace(); in CreateWideLoad() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1177 unsigned AddrSpace) const override { in storeOfVectorConstantIsCheap()
DX86ISelDAGToDAG.cpp2291 unsigned AddrSpace = cast<MemSDNode>(Parent)->getPointerInfo().getAddrSpace(); in selectVectorAddr() local
2332 unsigned AddrSpace = in selectAddr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1323 unsigned AddrSpace = cast<PointerType>(Ptr->getType())->getAddressSpace(); in simplifyX86MaskedLoad() local
1366 unsigned AddrSpace = cast<PointerType>(Ptr->getType())->getAddressSpace(); in simplifyX86MaskedStore() local

12