Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h381 bool isNotDuplicable() const { in isNotDuplicable() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetInstrInfoImpl.cpp221 assert(!Orig->getDesc().isNotDuplicable() && in duplicate()
389 if (MCID.isNotDuplicable() || MCID.mayStore() || in isReallyTriviallyReMaterializableGeneric()
DTailDuplication.cpp567 if (I->getDesc().isNotDuplicable()) in shouldTailDuplicate()
DIfConversion.cpp655 if (MCID.isNotDuplicable()) in ScanInstructions()
/external/llvm/include/llvm/MC/
DMCInstrDesc.h282 bool isNotDuplicable() const { return Flags & (1 << MCID::NotDuplicable); } in isNotDuplicable() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h238 bool isNotDuplicable; variable
DInstrInfoEmitter.cpp289 if (Inst.isNotDuplicable) OS << "|(1<<MCID::NotDuplicable)"; in emitRecord()
DCodeGenInstruction.cpp314 isNotDuplicable = R->getValueAsBit("isNotDuplicable"); in CodeGenInstruction()
/external/llvm/utils/TableGen/
DCodeGenInstruction.h247 bool isNotDuplicable : 1; variable
DInstrInfoEmitter.cpp497 if (Inst.isNotDuplicable) OS << "|(1ULL<<MCID::NotDuplicable)"; in emitRecord()
DCodeGenInstruction.cpp322 isNotDuplicable = R->getValueAsBit("isNotDuplicable"); in CodeGenInstruction()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTarget.td333 bit isNotDuplicable = 0; // Is it unsafe to duplicate this instruction?
606 let isNotDuplicable = 1;
613 let isNotDuplicable = 1;
620 let isNotDuplicable = 1;
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp393 assert(!Orig.isNotDuplicable() && "Instruction cannot be duplicated"); in duplicate()
851 if (MI.isNotDuplicable() || MI.mayStore() || MI.hasUnmodeledSideEffects()) in isReallyTriviallyReMaterializableGeneric()
DTailDuplicator.cpp546 if (MI.isNotDuplicable()) in shouldTailDuplicate()
DIfConversion.cpp712 if (MI.isNotDuplicable() || MI.isConvergent()) in ScanInstructions()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h521 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
/external/llvm/include/llvm/Target/
DTarget.td383 bit isNotDuplicable = 0; // Is it unsafe to duplicate this instruction?
798 let isNotDuplicable = 1;
805 let isNotDuplicable = 1;
812 let isNotDuplicable = 1;
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.td434 isNotDuplicable = 1 in {
/external/llvm/docs/TableGen/
Dindex.rst124 bit isNotDuplicable = 0;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrInfo.td1534 let neverHasSideEffects = 1, isNotDuplicable = 1 in
1736 let isNotDuplicable = 1 in {
1773 } // isNotDuplicable = 1
1965 let isNotDuplicable = 1, isIndirectBranch = 1 in {
1982 } // isNotDuplicable = 1, isIndirectBranch = 1
DARMInstrThumb.td302 let isNotDuplicable = 1, isCodeGenOnly = 1 in
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td1859 let hasSideEffects = 0, isNotDuplicable = 1 in
2088 let isNotDuplicable = 1 in {
2126 } // isNotDuplicable = 1
2291 let Size = 4, isNotDuplicable = 1, isIndirectBranch = 1 in {
2309 } // isNotDuplicable = 1, isIndirectBranch = 1
DARMInstrThumb.td356 let isNotDuplicable = 1, isCodeGenOnly = 1 in
/external/llvm/lib/Target/AMDGPU/
DR600Instructions.td537 let usesCustomInserter = 1, isNotDuplicable = 1 in {
/external/llvm/lib/Target/Mips/
DMips16InstrInfo.td1906 let hasSideEffects = 0, isNotDuplicable = 1 in

12