Home
last modified time | relevance | path

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/
DMCInstrDesc.h354 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/
DMipsMTInstrInfo.td95 let hasSideEffects = 1, isNotDuplicable = 1,
DMips16InstrInfo.td1902 let hasSideEffects = 0, isNotDuplicable = 1 in
/third_party/skia/third_party/externals/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()
DIfConversion.cpp1107 if (MI.isNotDuplicable() || MI.isConvergent()) in ScanInstructions()
/third_party/skia/third_party/externals/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;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h772 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrThumb.td385 let isNotDuplicable = 1, isCodeGenOnly = 1 in
602 let isNotDuplicable = 1;
1482 isIndirectBranch = 1, isNotDuplicable = 1 in {
DARMInstrInfo.td2001 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
DARMInstrThumb2.td3769 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/
DBPFInstrInfo.td543 isNotDuplicable = 1 in {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600Instructions.td545 let usesCustomInserter = 1, isNotDuplicable = 1 in {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrCompiler.td29 let hasSideEffects = 0, isNotDuplicable = 1, Uses = [ESP, SSP],
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td1479 let isNotDuplicable = 1;