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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 112 MayLoad,
407 /// mayLoad - Return true if this instruction could possibly read memory.
410 bool mayLoad() const {
411 return Flags & (1 << MCID::MayLoad);
429 /// 2. Memory accesses. Use mayLoad/mayStore.
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 113 MayLoad,
350 bool mayLoad() const { return Flags & (1 << MCID::MayLoad); }
364 /// 2. Memory accesses. Use mayLoad/mayStore.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 137 MayLoad,
378 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); }
392 /// 2. Memory accesses. Use mayLoad/mayStore.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 137 MayLoad,
378 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); }
392 /// 2. Memory accesses. Use mayLoad/mayStore.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 137 MayLoad,
378 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); }
392 /// 2. Memory accesses. Use mayLoad/mayStore.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 137 MayLoad,
378 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); }
392 /// 2. Memory accesses. Use mayLoad/mayStore.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 137 MayLoad,
378 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); }
392 /// 2. Memory accesses. Use mayLoad/mayStore.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 137 MayLoad,
378 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); }
392 /// 2. Memory accesses. Use mayLoad/mayStore.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 137 MayLoad,
378 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); }
392 /// 2. Memory accesses. Use mayLoad/mayStore.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 137 MayLoad,
378 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); }
392 /// 2. Memory accesses. Use mayLoad/mayStore.
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 605 bool mayLoad(QueryType Type = AnyInBundle) const {
611 return hasProperty(MCID::MayLoad, Type);
629 return mayLoad(Type) || mayStore(Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 592 bool mayLoad(QueryType Type = AnyInBundle) const {
598 return hasProperty(MCID::MayLoad, Type);
616 return mayLoad(Type) || mayStore(Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 592 bool mayLoad(QueryType Type = AnyInBundle) const {
598 return hasProperty(MCID::MayLoad, Type);
616 return mayLoad(Type) || mayStore(Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 592 bool mayLoad(QueryType Type = AnyInBundle) const {
598 return hasProperty(MCID::MayLoad, Type);
616 return mayLoad(Type) || mayStore(Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 592 bool mayLoad(QueryType Type = AnyInBundle) const {
598 return hasProperty(MCID::MayLoad, Type);
616 return mayLoad(Type) || mayStore(Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 592 bool mayLoad(QueryType Type = AnyInBundle) const {
598 return hasProperty(MCID::MayLoad, Type);
616 return mayLoad(Type) || mayStore(Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 592 bool mayLoad(QueryType Type = AnyInBundle) const {
598 return hasProperty(MCID::MayLoad, Type);
616 return mayLoad(Type) || mayStore(Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 592 bool mayLoad(QueryType Type = AnyInBundle) const {
598 return hasProperty(MCID::MayLoad, Type);
616 return mayLoad(Type) || mayStore(Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 592 bool mayLoad(QueryType Type = AnyInBundle) const {
598 return hasProperty(MCID::MayLoad, Type);
616 return mayLoad(Type) || mayStore(Type);
    [all...]

Completed in 739 milliseconds