Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCInstrDesc.h307 bool isNotDuplicable() const { in isNotDuplicable() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h241 bool isNotDuplicable; variable
DInstrInfoEmitter.cpp335 if (Inst.isNotDuplicable) OS << "|(1<<MCID::NotDuplicable)"; in emitRecord()
DCodeGenInstruction.cpp315 isNotDuplicable = R->getValueAsBit("isNotDuplicable"); in CodeGenInstruction()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp299 assert(!Orig->isNotDuplicable() && in duplicate()
463 if (MI->isNotDuplicable() || MI->mayStore() || in isReallyTriviallyReMaterializableGeneric()
DTailDuplication.cpp578 if (I->isNotDuplicable()) in shouldTailDuplicate()
DIfConversion.cpp663 if (I->isNotDuplicable()) in ScanInstructions()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h436 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
/external/llvm/include/llvm/Target/
DTarget.td357 bit isNotDuplicable = 0; // Is it unsafe to duplicate this instruction?
680 let isNotDuplicable = 1;
687 let isNotDuplicable = 1;
694 let isNotDuplicable = 1;
/external/llvm/docs/
DTableGenFundamentals.rst101 bit isNotDuplicable = 0;
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td1584 let neverHasSideEffects = 1, isNotDuplicable = 1 in
1798 let isNotDuplicable = 1 in {
1835 } // isNotDuplicable = 1
1990 let isNotDuplicable = 1, isIndirectBranch = 1 in {
2007 } // isNotDuplicable = 1, isIndirectBranch = 1
DARMInstrThumb.td310 let isNotDuplicable = 1, isCodeGenOnly = 1 in
DARMInstrThumb2.td3260 let isNotDuplicable = 1, isIndirectBranch = 1 in {
3298 } // isNotDuplicable, isIndirectBranch
/external/llvm/lib/Target/X86/
DX86InstrCompiler.td35 let neverHasSideEffects = 1, isNotDuplicable = 1, Uses = [ESP] in