/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TargetInstrInfoImpl.cpp | 221 assert(!Orig->getDesc().isNotDuplicable() && in duplicate() 389 if (MCID.isNotDuplicable() || MCID.mayStore() || in isReallyTriviallyReMaterializableGeneric()
|
D | TailDuplication.cpp | 567 if (I->getDesc().isNotDuplicable()) in shouldTailDuplicate()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInstrDesc.h | 381 bool isNotDuplicable() const { in isNotDuplicable() function
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 282 bool isNotDuplicable() const { return Flags & (1 << MCID::NotDuplicable); } in isNotDuplicable() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | InstrDocsEmitter.cpp | 127 FLAG(isNotDuplicable) in EmitInstrDocs()
|
D | CodeGenInstruction.h | 250 bool isNotDuplicable : 1; variable
|
D | InstrInfoEmitter.cpp | 592 if (Inst.isNotDuplicable) OS << "|(1ULL<<MCID::NotDuplicable)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 326 isNotDuplicable = R->getValueAsBit("isNotDuplicable"); in CodeGenInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 324 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); } in isNotDuplicable() function
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.h | 238 bool isNotDuplicable; variable
|
D | InstrInfoEmitter.cpp | 289 if (Inst.isNotDuplicable) OS << "|(1<<MCID::NotDuplicable)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 314 isNotDuplicable = R->getValueAsBit("isNotDuplicable"); in CodeGenInstruction()
|
/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-7.0/llvm/lib/Target/Mips/ |
D | MipsMTInstrInfo.td | 96 let hasSideEffects = 1, isNotDuplicable = 1,
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | Target.td | 333 bit isNotDuplicable = 0; // Is it unsafe to duplicate this instruction? 606 let isNotDuplicable = 1; 613 let isNotDuplicable = 1; 620 let isNotDuplicable = 1;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 429 assert(!Orig.isNotDuplicable() && "Instruction cannot be duplicated"); in duplicate() 912 if (MI.isNotDuplicable() || MI.mayStore() || MI.hasUnmodeledSideEffects()) in isReallyTriviallyReMaterializableGeneric()
|
D | TailDuplicator.cpp | 600 if (MI.isNotDuplicable() && in shouldTailDuplicate()
|
/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/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 521 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 575 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | Target.td | 464 bit isNotDuplicable = 0; // Is it unsafe to duplicate this instruction? 941 let isNotDuplicable = 1; 949 let isNotDuplicable = 1; 957 let isNotDuplicable = 1; 965 let isNotDuplicable = 1;
|
/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;
|