Searched refs:isNotDuplicable (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsMTInstrInfo.td | 95 let hasSideEffects = 1, isNotDuplicable = 1,
|
D | Mips16InstrInfo.td | 1902 let hasSideEffects = 0, isNotDuplicable = 1 in
|
/third_party/skia/third_party/externals/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()
|
D | IfConversion.cpp | 1107 if (MI.isNotDuplicable() || MI.isConvergent()) in ScanInstructions()
|
/third_party/skia/third_party/externals/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;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 772 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 385 let isNotDuplicable = 1, isCodeGenOnly = 1 in 602 let isNotDuplicable = 1; 1482 isIndirectBranch = 1, isNotDuplicable = 1 in {
|
D | ARMInstrInfo.td | 2001 let hasSideEffects = 0, isNotDuplicable = 1, hasNoSchedulingInfo = 1 in 2236 let isNotDuplicable = 1 in { 2274 } // isNotDuplicable = 1 2445 let Size = 4, isNotDuplicable = 1, isIndirectBranch = 1 in { 2466 } // isNotDuplicable = 1, isIndirectBranch = 1
|
D | ARMInstrThumb2.td | 3769 let Size = 4, isNotDuplicable = 1, isBranch = 1, isTerminator = 1, 3813 } // isNotDuplicable, isIndirectBranch 5308 let isNotDuplicable = 1 in { 5379 } // end isNotDuplicable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 543 isNotDuplicable = 1 in {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600Instructions.td | 545 let usesCustomInserter = 1, isNotDuplicable = 1 in {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 29 let hasSideEffects = 0, isNotDuplicable = 1, Uses = [ESP, SSP],
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 1479 let isNotDuplicable = 1;
|