HomeSort by relevance Sort by last modified time
    Searched refs:AddrSpaceCastInst (Results 1 - 25 of 36) sorted by null

1 2

  /external/llvm/lib/Target/NVPTX/
NVPTXLowerKernelArgs.cpp 158 Value *ArgInParam = new AddrSpaceCastInst(
181 Instruction *PtrInGlobal = new AddrSpaceCastInst(
185 Value *PtrInGeneric = new AddrSpaceCastInst(PtrInGlobal, Ptr->getType(),
NVPTXLowerAlloca.cpp 75 auto NewASCToLocal = new AddrSpaceCastInst(allocaInst, LocalAddrTy, "");
77 auto NewASCToGeneric = new AddrSpaceCastInst(NewASCToLocal,
NVPTXFavorNonGenericAddrSpaces.cpp 171 NewASC = new AddrSpaceCastInst(NewGEP, GEP->getType(), "", GEPI);
208 NewBC = new AddrSpaceCastInst(NewCast, BC->getType(), "", BCI);
NVPTXInferAddressSpaces.cpp 570 U->set(new AddrSpaceCastInst(NewV, V->getType(), "", &*InsertPos));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXLowerAlloca.cpp 75 auto NewASCToLocal = new AddrSpaceCastInst(allocaInst, LocalAddrTy, "");
77 auto NewASCToGeneric = new AddrSpaceCastInst(NewASCToLocal,
NVPTXLowerArgs.cpp 170 Value *ArgInParam = new AddrSpaceCastInst(
193 Instruction *PtrInGlobal = new AddrSpaceCastInst(
197 Value *PtrInGeneric = new AddrSpaceCastInst(PtrInGlobal, Ptr->getType(),
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAnnotateKernelFeatures.cpp 68 static bool castRequiresQueuePtr(const AddrSpaceCastInst *ASC) {
122 if (const AddrSpaceCastInst *ASC = dyn_cast<AddrSpaceCastInst>(&I)) {
AMDGPUPromoteAlloca.cpp 743 if (isa<AddrSpaceCastInst>(V))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUAnnotateKernelFeatures.cpp 92 static bool castRequiresQueuePtr(const AddrSpaceCastInst *ASC,
264 if (const AddrSpaceCastInst *ASC = dyn_cast<AddrSpaceCastInst>(&I)) {
AMDGPUPromoteAlloca.cpp 824 if (isa<AddrSpaceCastInst>(V))
  /external/llvm/lib/Analysis/
Loads.cpp 100 if (const AddrSpaceCastInst *ASC = dyn_cast<AddrSpaceCastInst>(V))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
Loads.cpp 106 if (const AddrSpaceCastInst *ASC = dyn_cast<AddrSpaceCastInst>(V))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
InferAddressSpaces.cpp 385 } else if (auto *ASC = dyn_cast<AddrSpaceCastInst>(&I)) {
    [all...]
  /external/llvm/include/llvm/IR/
InstVisitor.h 197 RetTy visitAddrSpaceCastInst(AddrSpaceCastInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstVisitor.h 200 RetTy visitAddrSpaceCastInst(AddrSpaceCastInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 304 Instruction *visitAddrSpaceCast(AddrSpaceCastInst &CI);
InstructionCombining.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 33 class AddrSpaceCastInst;
    [all...]

Completed in 752 milliseconds

1 2