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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 378 /// isNotDuplicable - Return true if this instruction cannot be safely
381 bool isNotDuplicable() const {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetInstrInfoImpl.cpp 221 assert(!Orig->getDesc().isNotDuplicable() &&
389 if (MCID.isNotDuplicable() || MCID.mayStore() ||
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 282 bool isNotDuplicable() const { return Flags & (1 << MCID::NotDuplicable); }
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 247 bool isNotDuplicable : 1;
InstrInfoEmitter.cpp 497 if (Inst.isNotDuplicable) OS << "|(1ULL<<MCID::NotDuplicable)";
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 238 bool isNotDuplicable;
InstrInfoEmitter.cpp 289 if (Inst.isNotDuplicable) OS << "|(1<<MCID::NotDuplicable)";
CodeGenInstruction.cpp 314 isNotDuplicable = R->getValueAsBit("isNotDuplicable");
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 310 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 310 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 310 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 310 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 310 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 310 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 310 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 310 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); }
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 521 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 508 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 508 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 508 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 508 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 508 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 508 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 508 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 508 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
    [all...]

Completed in 2659 milliseconds

1 2