Home
last modified time | relevance | path

Searched refs:isNotDuplicable (Results 1 – 15 of 15) sorted by relevance

/trueos/contrib/llvm/include/llvm/MC/
HDMCInstrDesc.h338 bool isNotDuplicable() const { in isNotDuplicable() function
/trueos/contrib/llvm/utils/TableGen/
HDCodeGenInstruction.h241 bool isNotDuplicable; variable
HDInstrInfoEmitter.cpp505 if (Inst.isNotDuplicable) OS << "|(1<<MCID::NotDuplicable)"; in emitRecord()
HDCodeGenInstruction.cpp316 isNotDuplicable = R->getValueAsBit("isNotDuplicable"); in CodeGenInstruction()
/trueos/contrib/llvm/lib/CodeGen/
HDTargetInstrInfo.cpp330 assert(!Orig->isNotDuplicable() && in duplicate()
505 if (MI->isNotDuplicable() || MI->mayStore() || in isReallyTriviallyReMaterializableGeneric()
HDTailDuplication.cpp576 if (I->isNotDuplicable()) in shouldTailDuplicate()
HDIfConversion.cpp672 if (I->isNotDuplicable()) in ScanInstructions()
/trueos/contrib/llvm/include/llvm/CodeGen/
HDMachineInstr.h436 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
/trueos/contrib/llvm/include/llvm/Target/
HDTarget.td377 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/
HDARMInstrInfo.td1669 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
HDARMInstrThumb.td336 let isNotDuplicable = 1, isCodeGenOnly = 1 in
HDARMInstrThumb2.td3483 let isNotDuplicable = 1, isIndirectBranch = 1 in {
3524 } // isNotDuplicable, isIndirectBranch
/trueos/contrib/llvm/lib/Target/Mips/
HDMips16InstrInfo.td1905 let neverHasSideEffects = 1, isNotDuplicable = 1 in
/trueos/contrib/llvm/lib/Target/R600/
HDR600Instructions.td542 let usesCustomInserter = 1, isNotDuplicable = 1 in {
/trueos/contrib/llvm/lib/Target/X86/
HDX86InstrCompiler.td35 let neverHasSideEffects = 1, isNotDuplicable = 1, Uses = [ESP] in