Searched refs:isNotDuplicable (Results 1 – 17 of 17) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 282 bool isNotDuplicable() const { return Flags & (1 << MCID::NotDuplicable); } in isNotDuplicable() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 248 bool isNotDuplicable : 1; variable
|
D | InstrInfoEmitter.cpp | 499 if (Inst.isNotDuplicable) OS << "|(1ULL<<MCID::NotDuplicable)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 319 isNotDuplicable = R->getValueAsBit("isNotDuplicable"); in CodeGenInstruction()
|
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 393 assert(!Orig->isNotDuplicable() && in duplicate() 851 if (MI->isNotDuplicable() || MI->mayStore() || in isReallyTriviallyReMaterializableGeneric()
|
D | TailDuplication.cpp | 588 if (MI.isNotDuplicable()) in shouldTailDuplicate()
|
D | IfConversion.cpp | 678 if (I->isNotDuplicable()) in ScanInstructions()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 494 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 383 bit isNotDuplicable = 0; // Is it unsafe to duplicate this instruction? 775 let isNotDuplicable = 1; 782 let isNotDuplicable = 1; 789 let isNotDuplicable = 1;
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 434 isNotDuplicable = 1 in {
|
/external/llvm/docs/TableGen/ |
D | index.rst | 124 bit isNotDuplicable = 0;
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 1833 let hasSideEffects = 0, isNotDuplicable = 1 in 2060 let isNotDuplicable = 1 in { 2098 } // isNotDuplicable = 1 2262 let Size = 4, isNotDuplicable = 1, isIndirectBranch = 1 in { 2280 } // isNotDuplicable = 1, isIndirectBranch = 1
|
D | ARMInstrThumb.td | 339 let isNotDuplicable = 1, isCodeGenOnly = 1 in
|
D | ARMInstrThumb2.td | 3537 let Size = 4, isNotDuplicable = 1, isIndirectBranch = 1 in { 3578 } // isNotDuplicable, isIndirectBranch
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600Instructions.td | 533 let usesCustomInserter = 1, isNotDuplicable = 1 in {
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 1913 let hasSideEffects = 0, isNotDuplicable = 1 in
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 35 let hasSideEffects = 0, isNotDuplicable = 1, Uses = [ESP] in
|