Searched refs:canFoldAsLoad (Results 1 – 25 of 31) sorted by relevance
12
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 356 bool canFoldAsLoad() const { in canFoldAsLoad() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 233 bool canFoldAsLoad : 1; variable
|
D | InstrInfoEmitter.cpp | 490 if (Inst.canFoldAsLoad) OS << "|(1<<MCID::FoldableAsLoad)"; in emitRecord()
|
D | DAGISelMatcherGen.cpp | 736 && (II.hasCtrlDep || II.mayLoad || II.mayStore || II.canFoldAsLoad || in EmitResultInstructionAsOperand()
|
D | CodeGenInstruction.cpp | 306 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad"); in CodeGenInstruction()
|
/external/llvm/lib/Target/Mips/ |
D | MicroMipsInstrInfo.td | 29 let canFoldAsLoad = 1 in 69 let canFoldAsLoad = 1;
|
D | MipsInstrInfo.td | 645 let canFoldAsLoad = 1; 658 let canFoldAsLoad = 1 in
|
/external/llvm/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 176 if (!MI->canFoldAsLoad()) in foldAsLoad()
|
D | PeepholeOptimizer.cpp | 604 if (!MI->canFoldAsLoad() || !MI->mayLoad()) in isLoadFoldable()
|
D | TargetInstrInfo.cpp | 517 assert(LoadMI->canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
|
D | MachineLICM.cpp | 1243 if (MI->canFoldAsLoad()) in ExtractHoistableLoad()
|
D | InlineSpiller.cpp | 897 if (RM.OrigMI->canFoldAsLoad() && in reMaterializeFor()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrMMX.td | 219 let canFoldAsLoad = 1 in 265 let canFoldAsLoad = 1 in
|
D | X86InstrSSE.td | 446 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 461 // We set canFoldAsLoad because this can be converted to a constant-pool 463 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 480 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 516 // We set canFoldAsLoad because this can be converted to a constant-pool 518 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 595 let canFoldAsLoad = 1, isReMaterializable = 1 in { 850 let canFoldAsLoad = 1, isReMaterializable = IsReMaterializable in 1155 let canFoldAsLoad = 1, isReMaterializable = 1, SchedRW = [WriteLoad] in { 3871 let canFoldAsLoad = 1, mayLoad = 1, isReMaterializable = 1, [all …]
|
D | X86InstrFPStack.td | 375 let canFoldAsLoad = 1 in {
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 509 bool canFoldAsLoad(QueryType Type = IgnoreBundle) const {
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 585 let canFoldAsLoad = 1, isReMaterializable = 1 in 652 let canFoldAsLoad = 1 in 663 let canFoldAsLoad = 1, isReMaterializable = 1 in
|
D | ARMInstrVFP.td | 94 let canFoldAsLoad = 1, isReMaterializable = 1 in { 108 } // End of 'let canFoldAsLoad = 1, isReMaterializable = 1 in'
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 671 let canFoldAsLoad = 1, PPC970_Unit = 2 in { 727 let canFoldAsLoad = 1, PPC970_Unit = 2 in { 785 let canFoldAsLoad = 1, PPC970_Unit = 2 in {
|
D | PPCInstrVSX.td | 49 let mayLoad = 1, canFoldAsLoad = 1 in {
|
D | PPCInstrAltivec.td | 296 let canFoldAsLoad = 1, PPC970_Unit = 2 in { // Loads.
|
/external/llvm/docs/TableGen/ |
D | index.rst | 112 bit canFoldAsLoad = 0;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 97 let canFoldAsLoad = 1, SimpleBDXLoad = 1 in {
|
D | SystemZInstrInfo.td | 311 let canFoldAsLoad = 1, SimpleBDXLoad = 1 in { 332 let canFoldAsLoad = 1 in {
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 264 let canFoldAsLoad = 1, isReMaterializable = 1 in {
|
12