Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCInstrDesc.h282 bool isNotDuplicable() const { return Flags & (1 << MCID::NotDuplicable); } in isNotDuplicable() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h248 bool isNotDuplicable : 1; variable
DInstrInfoEmitter.cpp499 if (Inst.isNotDuplicable) OS << "|(1ULL<<MCID::NotDuplicable)"; in emitRecord()
DCodeGenInstruction.cpp319 isNotDuplicable = R->getValueAsBit("isNotDuplicable"); in CodeGenInstruction()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp393 assert(!Orig->isNotDuplicable() && in duplicate()
851 if (MI->isNotDuplicable() || MI->mayStore() || in isReallyTriviallyReMaterializableGeneric()
DTailDuplication.cpp588 if (MI.isNotDuplicable()) in shouldTailDuplicate()
DIfConversion.cpp678 if (I->isNotDuplicable()) in ScanInstructions()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h494 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
/external/llvm/include/llvm/Target/
DTarget.td383 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/
DBPFInstrInfo.td434 isNotDuplicable = 1 in {
/external/llvm/docs/TableGen/
Dindex.rst124 bit isNotDuplicable = 0;
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td1833 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
DARMInstrThumb.td339 let isNotDuplicable = 1, isCodeGenOnly = 1 in
DARMInstrThumb2.td3537 let Size = 4, isNotDuplicable = 1, isIndirectBranch = 1 in {
3578 } // isNotDuplicable, isIndirectBranch
/external/llvm/lib/Target/AMDGPU/
DR600Instructions.td533 let usesCustomInserter = 1, isNotDuplicable = 1 in {
/external/llvm/lib/Target/Mips/
DMips16InstrInfo.td1913 let hasSideEffects = 0, isNotDuplicable = 1 in
/external/llvm/lib/Target/X86/
DX86InstrCompiler.td35 let hasSideEffects = 0, isNotDuplicable = 1, Uses = [ESP] in