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

12 3 4

  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 181 return dyn_cast<PointerType>(ptrType)->getAddressSpace() == addrspace;
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 601 return dyn_cast<PointerType>(ptrType)->getAddressSpace() == addrspace;
630 if (N->getAddressSpace() == AMDGPUAS::CONSTANT_ADDRESS) {
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 246 return PTy1->getAddressSpace() == PTy2->getAddressSpace();
GlobalOpt.cpp 691 GV->getType()->getAddressSpace());
724 GV->getType()->getAddressSpace());
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
DumpXML.cpp 895 if (Qs.hasAddressSpace()) setInteger("addrspace", Qs.getAddressSpace());
Type.cpp 39 ((getAddressSpace() == Other.getAddressSpace()) ||
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 640 if (NewPtrTy->getAddressSpace() != OldPtrTy->getAddressSpace()) {
642 OldPtrTy->getAddressSpace());
    [all...]
BasicAliasAnalysis.cpp     [all...]
ScalarEvolutionExpander.cpp 518 Type::getInt8PtrTy(Ty->getContext(), PTy->getAddressSpace()));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 87 cast<PointerType>(MI->getArgOperand(1)->getType())->getAddressSpace();
89 cast<PointerType>(MI->getArgOperand(0)->getType())->getAddressSpace();
176 unsigned DstAddrSp = cast<PointerType>(Dest->getType())->getAddressSpace();
    [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/IR/
DataLayout.cpp 539 unsigned AS = dyn_cast<PointerType>(Ty)->getAddressSpace();
Function.cpp 406 Result += ".p" + llvm::utostr(PTyp->getAddressSpace()) +
Instructions.cpp     [all...]
Type.cpp 219 return cast<PointerType>(getScalarType())->getAddressSpace();
AsmWriter.cpp 243 if (unsigned AddressSpace = PTy->getAddressSpace())
    [all...]
Verifier.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp     [all...]
CGExpr.cpp 41 cast<llvm::PointerType>(value->getType())->getAddressSpace();
    [all...]
CGClass.cpp 830 llvm::Type::getInt8PtrTy(CGF.getLLVMContext(), DPT->getAddressSpace());
835 llvm::Type::getInt8PtrTy(CGF.getLLVMContext(), SPT->getAddressSpace());
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 771 unsigned getAddressSpace() const {
    [all...]

Completed in 469 milliseconds

12 3 4