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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 120 HasPostISelHook,
488 /// hasPostISelHook - Return true if this instruction requires *adjustment*
492 bool hasPostISelHook() const {
493 return Flags & (1 << MCID::HasPostISelHook);
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 121 HasPostISelHook,
424 bool hasPostISelHook() const { return Flags & (1 << MCID::HasPostISelHook); }
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 245 bool hasPostISelHook : 1;
InstrInfoEmitter.cpp 500 if (Inst.hasPostISelHook) OS << "|(1ULL<<MCID::HasPostISelHook)";
CodeGenInstruction.cpp 320 hasPostISelHook = R->getValueAsBit("hasPostISelHook");
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 236 bool hasPostISelHook;
InstrInfoEmitter.cpp 292 if (Inst.hasPostISelHook) OS << "|(1<<MCID::HasPostISelHook)";
CodeGenInstruction.cpp 312 hasPostISelHook = R->getValueAsBit("hasPostISelHook");
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 145 HasPostISelHook,
452 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 145 HasPostISelHook,
452 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 145 HasPostISelHook,
452 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 145 HasPostISelHook,
452 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 145 HasPostISelHook,
452 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 145 HasPostISelHook,
452 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 145 HasPostISelHook,
452 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 145 HasPostISelHook,
452 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); }
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 684 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
685 return hasProperty(MCID::HasPostISelHook, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 671 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
672 return hasProperty(MCID::HasPostISelHook, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 671 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
672 return hasProperty(MCID::HasPostISelHook, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 671 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
672 return hasProperty(MCID::HasPostISelHook, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 671 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
672 return hasProperty(MCID::HasPostISelHook, Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 671 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
672 return hasProperty(MCID::HasPostISelHook, Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 671 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
672 return hasProperty(MCID::HasPostISelHook, Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 671 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
672 return hasProperty(MCID::HasPostISelHook, Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 671 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
672 return hasProperty(MCID::HasPostISelHook, Type);
    [all...]

Completed in 1487 milliseconds

1 2