Searched refs:canFoldAsLoad (Results 1 – 25 of 28) sorted by relevance
12
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 313 bool canFoldAsLoad() const { in canFoldAsLoad() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 228 bool canFoldAsLoad; variable
|
D | InstrInfoEmitter.cpp | 326 if (Inst.canFoldAsLoad) OS << "|(1<<MCID::FoldableAsLoad)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 304 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad"); in CodeGenInstruction()
|
D | DAGISelMatcherGen.cpp | 696 && (II.hasCtrlDep || II.mayLoad || II.mayStore || II.canFoldAsLoad || in EmitResultInstructionAsOperand()
|
/external/llvm/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 165 if (!MI->canFoldAsLoad()) in foldAsLoad()
|
D | PeepholeOptimizer.cpp | 413 if (!MI->canFoldAsLoad() || !MI->mayLoad()) in isLoadFoldable()
|
D | TargetInstrInfoImpl.cpp | 355 assert(LoadMI->canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
|
D | MachineLICM.cpp | 1244 if (MI->canFoldAsLoad()) in ExtractHoistableLoad()
|
D | InlineSpiller.cpp | 876 if (RM.OrigMI->canFoldAsLoad() && in reMaterializeFor()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 451 bool canFoldAsLoad(QueryType Type = IgnoreBundle) const {
|
/external/llvm/lib/Target/X86/ |
D | X86InstrMMX.td | 201 let canFoldAsLoad = 1 in 234 let canFoldAsLoad = 1 in
|
D | X86InstrSSE.td | 369 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 384 // We set canFoldAsLoad because this can be converted to a constant-pool 386 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 403 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 439 // We set canFoldAsLoad because this can be converted to a constant-pool 441 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 497 let canFoldAsLoad = 1, isReMaterializable = 1 in { 534 let canFoldAsLoad = 1, isReMaterializable = 1 in { 795 let canFoldAsLoad = 1, isReMaterializable = IsReMaterializable in 1110 let canFoldAsLoad = 1, isReMaterializable = 1 in { [all …]
|
D | X86InstrFPStack.td | 358 let canFoldAsLoad = 1 in {
|
D | X86InstrInfo.td | 1048 let canFoldAsLoad = 1, isReMaterializable = 1 in { 1090 canFoldAsLoad = 1, isReMaterializable = 1 in
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 527 let canFoldAsLoad = 1, PPC970_Unit = 2 in { 567 let canFoldAsLoad = 1, PPC970_Unit = 2 in { 624 let canFoldAsLoad = 1, PPC970_Unit = 2 in {
|
D | PPCInstrInfo.td | 665 let canFoldAsLoad = 1, PPC970_Unit = 2 in { 762 let canFoldAsLoad = 1, PPC970_Unit = 2 in {
|
D | PPCInstrAltivec.td | 228 let canFoldAsLoad = 1, PPC970_Unit = 2 in { // Loads.
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 551 let canFoldAsLoad = 1, isReMaterializable = 1 in 618 let canFoldAsLoad = 1 in 631 let canFoldAsLoad = 1, isReMaterializable = 1, isCodeGenOnly = 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/Mips/ |
D | MipsInstrInfo.td | 442 let canFoldAsLoad = 1 in 508 let canFoldAsLoad = 1 in
|
/external/llvm/docs/ |
D | TableGenFundamentals.rst | 91 bit canFoldAsLoad = 0;
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 345 bit canFoldAsLoad = 0; // Can this be folded as a simple memory operand?
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.td | 444 let canFoldAsLoad = 1, isReMaterializable = 1 in {
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 264 let canFoldAsLoad = 1, isReMaterializable = 1 in {
|
12