Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/MC/
DMCInstrDesc.h282 bool isNotDuplicable() const { return Flags & (1 << MCID::NotDuplicable); } in isNotDuplicable() function
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrControl.td46 let isTerminator = 1, hasCtrlDep = 1, isBarrier = 1, isNotDuplicable = 1 in {
61 } // isTerminator = 1, hasCtrlDep = 1, isBarrier = 1, isNotDuplicable = 1
/external/llvm-project/llvm/utils/TableGen/
DInstrDocsEmitter.cpp127 FLAG(isNotDuplicable) in EmitInstrDocs()
DCodeGenInstruction.h265 bool isNotDuplicable : 1; variable
DInstrInfoEmitter.cpp769 if (Inst.isNotDuplicable) OS << "|(1ULL<<MCID::NotDuplicable)"; in emitRecord()
DCodeGenInstruction.cpp398 isNotDuplicable = R->getValueAsBit("isNotDuplicable"); in CodeGenInstruction()
/external/llvm-project/llvm/include/llvm/MC/
DMCInstrDesc.h339 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); } in isNotDuplicable() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h354 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); } in isNotDuplicable() function
/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-10.0/llvm/lib/Target/Mips/
DMipsMTInstrInfo.td95 let hasSideEffects = 1, isNotDuplicable = 1,
/external/llvm-project/llvm/lib/Target/Mips/
DMipsMTInstrInfo.td95 let hasSideEffects = 1, 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp427 assert(!Orig.isNotDuplicable() && "Instruction cannot be duplicated"); in duplicate()
910 if (MI.isNotDuplicable() || MI.mayStore() || MI.mayRaiseFPException() || in isReallyTriviallyReMaterializableGeneric()
DMachineCSE.cpp774 MI->isNotDuplicable() || in isPRECandidate()
DTailDuplicator.cpp606 if (MI.isNotDuplicable() && in shouldTailDuplicate()
/external/llvm-project/llvm/lib/CodeGen/
DTargetInstrInfo.cpp437 assert(!Orig.isNotDuplicable() && "Instruction cannot be duplicated"); in duplicate()
948 if (MI.isNotDuplicable() || MI.mayStore() || MI.mayRaiseFPException() || in isReallyTriviallyReMaterializableGeneric()
DMachineCSE.cpp773 MI->isNotDuplicable() || in isPRECandidate()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h521 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTarget.td531 bit isNotDuplicable = 0; // Is it unsafe to duplicate this instruction?
1008 let isNotDuplicable = 1;
1016 let isNotDuplicable = 1;
1024 let isNotDuplicable = 1;
1032 let isNotDuplicable = 1;
/external/llvm-project/llvm/include/llvm/Target/
DTarget.td543 bit isNotDuplicable = false; // Is it unsafe to duplicate this instruction?
1031 let isNotDuplicable = true;
1039 let isNotDuplicable = true;
1047 let isNotDuplicable = true;
1055 let isNotDuplicable = true;
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h772 bool isNotDuplicable(QueryType Type = AnyInBundle) const {

123