HomeSort by relevance Sort by last modified time
    Searched refs:SrcAS (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 76 unsigned SrcAS = cast<PointerType>(SrcAddr->getType())->getAddressSpace();
80 SrcAddr = Builder.CreateBitCast(SrcAddr, Builder.getInt8PtrTy(SrcAS));
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.h 84 bool isNoopAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const override;
SIISelLowering.cpp 502 bool SITargetLowering::isNoopAddrSpaceCast(unsigned SrcAS,
504 return isFlatGlobalAddrSpace(SrcAS) && isFlatGlobalAddrSpace(DestAS);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 287 /// Returns true if a cast between SrcAS and DestAS is a noop.
288 bool isNoopAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const override {
292 return SrcAS < 256 && DestAS < 256;
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 250 /// Returns true if a cast between SrcAS and DestAS is a noop.
251 bool isNoopAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const override {
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 385 /// Returns true if a cast between SrcAS and DestAS is a noop.
386 bool isNoopAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const override {
  /external/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 1271 milliseconds