Searched refs:canFoldAsLoad (Results 1 – 25 of 25) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsEVAInstrInfo.td | 60 bit canFoldAsLoad = 1; 99 bit canFoldAsLoad = 1;
|
D | MicroMipsInstrInfo.td | 208 let canFoldAsLoad = 1 in 297 let canFoldAsLoad = 1; 340 let canFoldAsLoad = 1; 358 let canFoldAsLoad = 1; 375 let canFoldAsLoad = 1;
|
D | MipsInstrInfo.td | 1388 let canFoldAsLoad = 1; 1413 let canFoldAsLoad = 1 in
|
D | MicroMips32r6InstrInfo.td | 1127 let canFoldAsLoad = 1;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 367 bool canFoldAsLoad() const { return Flags & (1ULL << MCID::FoldableAsLoad); } in canFoldAsLoad() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrMMX.td | 24 // We set canFoldAsLoad because this can be converted to a constant-pool 26 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 232 let canFoldAsLoad = 1 in
|
D | X86InstrFPStack.td | 475 let canFoldAsLoad = 1 in { 482 } // canFoldAsLoad
|
D | X86InstrSSE.td | 113 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 130 // We set canFoldAsLoad because this can be converted to a constant-pool 132 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 151 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 165 // We set canFoldAsLoad because this can be converted to a constant-pool 167 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 273 let canFoldAsLoad = 1, isReMaterializable = 1 in { 343 let canFoldAsLoad = 1, isReMaterializable = 1 in 3263 let canFoldAsLoad = 1, mayLoad = 1, isReMaterializable = 1, 3325 let canFoldAsLoad = 1, mayLoad = 1, isReMaterializable = 1,
|
D | X86InstrAVX512.td | 406 // We set canFoldAsLoad because this can be converted to a constant-pool 408 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 440 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 463 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 3389 let mayLoad = 1, canFoldAsLoad = 1, isReMaterializable = 1 in 3634 let isReMaterializable = 1, canFoldAsLoad = 1, 3975 let canFoldAsLoad = 1, isReMaterializable = 1 in {
|
D | X86InstrInfo.td | 1735 let canFoldAsLoad = 1, isReMaterializable = 1, SchedRW = [WriteLoad] in { 1780 canFoldAsLoad = 1, isReMaterializable = 1 in
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 195 if (!MI->canFoldAsLoad()) in foldAsLoad()
|
D | MachineLICM.cpp | 1321 if (MI->canFoldAsLoad()) in ExtractHoistableLoad()
|
D | TargetInstrInfo.cpp | 624 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
|
D | PeepholeOptimizer.cpp | 1313 if (!MI.canFoldAsLoad() || !MI.mayLoad()) in isLoadFoldable()
|
D | InlineSpiller.cpp | 589 if (RM.OrigMI->canFoldAsLoad() && in reMaterializeFor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 1125 let canFoldAsLoad = 1, 1148 let canFoldAsLoad = 1, 1216 let canFoldAsLoad = 1, 1440 let canFoldAsLoad = 1, 1539 let canFoldAsLoad = 1,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 802 bool canFoldAsLoad(QueryType Type = IgnoreBundle) const {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 670 let canFoldAsLoad = 1, isReMaterializable = 1, AddedComplexity = 10 in 684 let canFoldAsLoad = 1 in 696 let canFoldAsLoad = 1, isReMaterializable = 1 in
|
D | ARMInstrVFP.td | 142 let canFoldAsLoad = 1, isReMaterializable = 1 in { 164 } // End of 'let canFoldAsLoad = 1, isReMaterializable = 1 in'
|
D | ARMInstrInfo.td | 1866 let canFoldAsLoad = 1, isReMaterializable = 1 in { 1896 let canFoldAsLoad = 1, isReMaterializable = 1 in { 2664 let canFoldAsLoad = 1, mayLoad = 1, hasSideEffects = 0,
|
D | ARMInstrThumb2.td | 1432 let canFoldAsLoad = 1, isReMaterializable = 1 in 4143 let canFoldAsLoad = 1, isReMaterializable = 1 in
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 139 let canFoldAsLoad = 1, SimpleBDXLoad = 1, mayLoad = 1 in {
|
D | SystemZInstrInfo.td | 397 let canFoldAsLoad = 1, SimpleBDXLoad = 1, mayLoad = 1 in { 418 let canFoldAsLoad = 1 in {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 348 let canFoldAsLoad = 1, isReMaterializable = 1 in {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | Target.td | 514 bit canFoldAsLoad = 0; // Can this be folded as a simple memory operand?
|