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

1 2

  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.h 100 bool isNoopAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const override;
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 291 /// Returns true if a cast between SrcAS and DestAS is a noop.
292 bool isNoopAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const override {
296 return SrcAS < 256 && DestAS < 256;
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 761 unsigned DestAS = DestPtr->getType()->getPointerAddressSpace();
766 Type *DestInt8PtrTy = Builder.getInt8PtrTy(DestAS);
767 Type *IntPtr = Builder.getIntPtrTy(*DL, DestAS);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 254 /// Returns true if a cast between SrcAS and DestAS is a noop.
255 bool isNoopAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const override {
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 390 /// Returns true if a cast between SrcAS and DestAS is a noop.
391 bool isNoopAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const override {
  /external/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
SelectionDAGNodes.h     [all...]

Completed in 2711 milliseconds

1 2