HomeSort by relevance Sort by last modified time
    Searched defs:isAliased (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 43 bool PseudoSourceValue::isAliased(const MachineFrameInfo *) const {
58 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const {
82 bool CallEntryPseudoSourceValue::isAliased(const MachineFrameInfo *) const {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PseudoSourceValue.cpp 93 bool PseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const {
115 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const {
  /external/skia/src/gpu/effects/
GrDistanceFieldGeoProc.cpp 80 bool isAliased =
163 if (isAliased) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 123 bool isAliased;
135 PreAllocated(false), isAliased(A), isZExt(false), isSExt(false) {}
543 bool isAliased = false);
559 return Objects[ObjectIdx+NumFixedObjects].isAliased;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 123 bool isAliased;
135 PreAllocated(false), isAliased(A), isZExt(false), isSExt(false) {}
542 bool isAliased = false);
559 return Objects[ObjectIdx+NumFixedObjects].isAliased;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 123 bool isAliased;
135 PreAllocated(false), isAliased(A), isZExt(false), isSExt(false) {}
542 bool isAliased = false);
559 return Objects[ObjectIdx+NumFixedObjects].isAliased;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 123 bool isAliased;
135 PreAllocated(false), isAliased(A), isZExt(false), isSExt(false) {}
542 bool isAliased = false);
559 return Objects[ObjectIdx+NumFixedObjects].isAliased;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 123 bool isAliased;
135 PreAllocated(false), isAliased(A), isZExt(false), isSExt(false) {}
542 bool isAliased = false);
559 return Objects[ObjectIdx+NumFixedObjects].isAliased;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 123 bool isAliased;
135 PreAllocated(false), isAliased(A), isZExt(false), isSExt(false) {}
542 bool isAliased = false);
559 return Objects[ObjectIdx+NumFixedObjects].isAliased;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 123 bool isAliased;
135 PreAllocated(false), isAliased(A), isZExt(false), isSExt(false) {}
542 bool isAliased = false);
559 return Objects[ObjectIdx+NumFixedObjects].isAliased;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 123 bool isAliased;
135 PreAllocated(false), isAliased(A), isZExt(false), isSExt(false) {}
542 bool isAliased = false);
559 return Objects[ObjectIdx+NumFixedObjects].isAliased;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 123 bool isAliased;
135 PreAllocated(false), isAliased(A), isZExt(false), isSExt(false) {}
542 bool isAliased = false);
559 return Objects[ObjectIdx+NumFixedObjects].isAliased;
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 509 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1,
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 361 milliseconds