/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 282 bool isNotDuplicable() const { return Flags & (1 << MCID::NotDuplicable); } in isNotDuplicable() function
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrControl.td | 46 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/ |
D | InstrDocsEmitter.cpp | 127 FLAG(isNotDuplicable) in EmitInstrDocs()
|
D | CodeGenInstruction.h | 265 bool isNotDuplicable : 1; variable
|
D | InstrInfoEmitter.cpp | 769 if (Inst.isNotDuplicable) OS << "|(1ULL<<MCID::NotDuplicable)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 398 isNotDuplicable = R->getValueAsBit("isNotDuplicable"); in CodeGenInstruction()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 339 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); } in isNotDuplicable() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 354 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); } in isNotDuplicable() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 247 bool isNotDuplicable : 1; variable
|
D | InstrInfoEmitter.cpp | 497 if (Inst.isNotDuplicable) OS << "|(1ULL<<MCID::NotDuplicable)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 322 isNotDuplicable = R->getValueAsBit("isNotDuplicable"); in CodeGenInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsMTInstrInfo.td | 95 let hasSideEffects = 1, isNotDuplicable = 1,
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsMTInstrInfo.td | 95 let hasSideEffects = 1, isNotDuplicable = 1,
|
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 393 assert(!Orig.isNotDuplicable() && "Instruction cannot be duplicated"); in duplicate() 851 if (MI.isNotDuplicable() || MI.mayStore() || MI.hasUnmodeledSideEffects()) in isReallyTriviallyReMaterializableGeneric()
|
D | TailDuplicator.cpp | 546 if (MI.isNotDuplicable()) in shouldTailDuplicate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 427 assert(!Orig.isNotDuplicable() && "Instruction cannot be duplicated"); in duplicate() 910 if (MI.isNotDuplicable() || MI.mayStore() || MI.mayRaiseFPException() || in isReallyTriviallyReMaterializableGeneric()
|
D | MachineCSE.cpp | 774 MI->isNotDuplicable() || in isPRECandidate()
|
D | TailDuplicator.cpp | 606 if (MI.isNotDuplicable() && in shouldTailDuplicate()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 437 assert(!Orig.isNotDuplicable() && "Instruction cannot be duplicated"); in duplicate() 948 if (MI.isNotDuplicable() || MI.mayStore() || MI.mayRaiseFPException() || in isReallyTriviallyReMaterializableGeneric()
|
D | MachineCSE.cpp | 773 MI->isNotDuplicable() || in isPRECandidate()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 521 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | Target.td | 531 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/ |
D | Target.td | 543 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/ |
D | Target.td | 383 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/ |
D | MachineInstr.h | 772 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
|