Searched refs:isNotDuplicable (Results 1 – 25 of 29) sorted by relevance
12
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInstrDesc.h | 381 bool isNotDuplicable() const { in isNotDuplicable() function
|
/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()
|
D | IfConversion.cpp | 655 if (MCID.isNotDuplicable()) in ScanInstructions()
|
/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/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/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/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()
|
D | IfConversion.cpp | 712 if (MI.isNotDuplicable() || MI.isConvergent()) in ScanInstructions()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 521 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
|
/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/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 434 isNotDuplicable = 1 in {
|
/external/llvm/docs/TableGen/ |
D | index.rst | 124 bit isNotDuplicable = 0;
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrInfo.td | 1534 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
|
D | ARMInstrThumb.td | 302 let isNotDuplicable = 1, isCodeGenOnly = 1 in
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 1859 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
|
D | ARMInstrThumb.td | 356 let isNotDuplicable = 1, isCodeGenOnly = 1 in
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600Instructions.td | 537 let usesCustomInserter = 1, isNotDuplicable = 1 in {
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 1906 let hasSideEffects = 0, isNotDuplicable = 1 in
|
12