Searched refs:isNotDuplicable (Results 1 – 15 of 15) sorted by relevance
| /trueos/contrib/llvm/include/llvm/MC/ |
| HD | MCInstrDesc.h | 338 bool isNotDuplicable() const { in isNotDuplicable() function
|
| /trueos/contrib/llvm/utils/TableGen/ |
| HD | CodeGenInstruction.h | 241 bool isNotDuplicable; variable
|
| HD | InstrInfoEmitter.cpp | 505 if (Inst.isNotDuplicable) OS << "|(1<<MCID::NotDuplicable)"; in emitRecord()
|
| HD | CodeGenInstruction.cpp | 316 isNotDuplicable = R->getValueAsBit("isNotDuplicable"); in CodeGenInstruction()
|
| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | TargetInstrInfo.cpp | 330 assert(!Orig->isNotDuplicable() && in duplicate() 505 if (MI->isNotDuplicable() || MI->mayStore() || in isReallyTriviallyReMaterializableGeneric()
|
| HD | TailDuplication.cpp | 576 if (I->isNotDuplicable()) in shouldTailDuplicate()
|
| HD | IfConversion.cpp | 672 if (I->isNotDuplicable()) in ScanInstructions()
|
| /trueos/contrib/llvm/include/llvm/CodeGen/ |
| HD | MachineInstr.h | 436 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
|
| /trueos/contrib/llvm/include/llvm/Target/ |
| HD | Target.td | 377 bit isNotDuplicable = 0; // Is it unsafe to duplicate this instruction? 710 let isNotDuplicable = 1; 717 let isNotDuplicable = 1; 724 let isNotDuplicable = 1;
|
| /trueos/contrib/llvm/lib/Target/ARM/ |
| HD | ARMInstrInfo.td | 1669 let neverHasSideEffects = 1, isNotDuplicable = 1 in 1857 let isNotDuplicable = 1 in { 1895 } // isNotDuplicable = 1 2059 let isNotDuplicable = 1, isIndirectBranch = 1 in { 2077 } // isNotDuplicable = 1, isIndirectBranch = 1
|
| HD | ARMInstrThumb.td | 336 let isNotDuplicable = 1, isCodeGenOnly = 1 in
|
| HD | ARMInstrThumb2.td | 3483 let isNotDuplicable = 1, isIndirectBranch = 1 in { 3524 } // isNotDuplicable, isIndirectBranch
|
| /trueos/contrib/llvm/lib/Target/Mips/ |
| HD | Mips16InstrInfo.td | 1905 let neverHasSideEffects = 1, isNotDuplicable = 1 in
|
| /trueos/contrib/llvm/lib/Target/R600/ |
| HD | R600Instructions.td | 542 let usesCustomInserter = 1, isNotDuplicable = 1 in {
|
| /trueos/contrib/llvm/lib/Target/X86/ |
| HD | X86InstrCompiler.td | 35 let neverHasSideEffects = 1, isNotDuplicable = 1, Uses = [ESP] in
|