/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsEVAInstrInfo.td | 60 bit canFoldAsLoad = 1; 98 bit canFoldAsLoad = 1;
|
H A D | MicroMipsInstrInfo.td | 212 let canFoldAsLoad = 1 in 301 let canFoldAsLoad = 1; 344 let canFoldAsLoad = 1; 361 let canFoldAsLoad = 1; 378 let canFoldAsLoad = 1;
|
H A D | MipsInstrInfo.td | 1393 let canFoldAsLoad = 1; 1418 let canFoldAsLoad = 1 in
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | InstrDocsEmitter.cpp | 122 FLAG(canFoldAsLoad) in EmitInstrDocs()
|
H A D | DAGISelMatcherGen.cpp | 964 if (II.hasCtrlDep || II.mayLoad || II.mayStore || II.canFoldAsLoad || in EmitResultInstructionAsOperand()
|
H A D | InstrInfoEmitter.cpp | 1242 if (Inst.canFoldAsLoad) in emitRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 369 bool canFoldAsLoad() const { return Flags & (1ULL << MCID::FoldableAsLoad); } in canFoldAsLoad() function
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenInstruction.h | 255 bool canFoldAsLoad : 1; variable
|
H A D | CodeGenInstruction.cpp | 450 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad"); in CodeGenInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrMMX.td | 24 // We set canFoldAsLoad because this can be converted to a constant-pool 26 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 216 let canFoldAsLoad = 1 in
|
H A D | X86InstrAMX.td | 77 canFoldAsLoad = 1, usesCustomInserter = 1 in
|
H A D | X86InstrFPStack.td | 387 let canFoldAsLoad = 1 in { 394 } // canFoldAsLoad
|
H A D | X86InstrSSE.td | 113 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 132 // We set canFoldAsLoad because this can be converted to a constant-pool 134 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 154 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 169 // We set canFoldAsLoad because this can be converted to a constant-pool 171 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 275 let canFoldAsLoad = 1, isReMaterializable = 1 in { 345 let canFoldAsLoad = 1, isReMaterializable = 1 in 3329 let canFoldAsLoad = 1, mayLoad = 1, isReMaterializable = 1, 3390 let canFoldAsLoad = 1, mayLoad = 1, isReMaterializable = 1,
|
H A D | X86InstrMisc.td | 549 let canFoldAsLoad = 1, isReMaterializable = 1, SchedRW = [WriteLoad] in { 594 canFoldAsLoad = 1, isReMaterializable = 1 in
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRangeEdit.cpp | 217 if (!MI->canFoldAsLoad()) in foldAsLoad()
|
H A D | MachineLICM.cpp | 1381 if (MI->canFoldAsLoad()) in ExtractHoistableLoad()
|
H A D | PeepholeOptimizer.cpp | 1375 if (!MI.canFoldAsLoad() || !MI.mayLoad()) in isLoadFoldable()
|
H A D | InlineSpiller.cpp | 667 if (RM.OrigMI->canFoldAsLoad() && in reMaterializeFor()
|
H A D | TargetInstrInfo.cpp | 733 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.td | 890 let canFoldAsLoad = 1, isReMaterializable = 1 in { 911 let canFoldAsLoad = 1, isReMaterializable = 1 in { 967 let canFoldAsLoad = 1, isReMaterializable = 1 in { 1175 let canFoldAsLoad = 1, isReMaterializable = 1, mayLoad = 1, 1274 let canFoldAsLoad = 1, isReMaterializable = 1 in {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrThumb.td | 691 let canFoldAsLoad = 1, isReMaterializable = 1, AddedComplexity = 10 in 705 let canFoldAsLoad = 1 in 717 let canFoldAsLoad = 1, isReMaterializable = 1 in
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 1082 bool canFoldAsLoad(QueryType Type = IgnoreBundle) const {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrFP.td | 131 let canFoldAsLoad = 1, SimpleBDXLoad = 1, mayLoad = 1 in {
|
H A D | SystemZInstrInfo.td | 471 let canFoldAsLoad = 1, SimpleBDXLoad = 1, mayLoad = 1 in { 492 let canFoldAsLoad = 1 in {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430InstrInfo.td | 349 let canFoldAsLoad = 1, isReMaterializable = 1 in {
|