Searched refs:canFoldAsLoad (Results 1 – 25 of 29) sorted by relevance
12
/external/llvm/lib/Target/Mips/ |
D | MipsEVAInstrInfo.td | 60 bit canFoldAsLoad = 1; 92 bit canFoldAsLoad = 1;
|
D | MicroMipsInstrInfo.td | 188 let canFoldAsLoad = 1 in 295 let canFoldAsLoad = 1; 338 let canFoldAsLoad = 1; 356 let canFoldAsLoad = 1; 373 let canFoldAsLoad = 1;
|
D | MipsInstrInfo.td | 857 let canFoldAsLoad = 1; 875 let canFoldAsLoad = 1 in
|
D | MicroMips32r6InstrInfo.td | 838 let canFoldAsLoad = 1;
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 295 bool canFoldAsLoad() const { return Flags & (1 << MCID::FoldableAsLoad); } in canFoldAsLoad() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 234 bool canFoldAsLoad : 1; variable
|
D | InstrInfoEmitter.cpp | 491 if (Inst.canFoldAsLoad) OS << "|(1ULL<<MCID::FoldableAsLoad)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 309 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad"); in CodeGenInstruction()
|
D | DAGISelMatcherGen.cpp | 736 && (II.hasCtrlDep || II.mayLoad || II.mayStore || II.canFoldAsLoad || in EmitResultInstructionAsOperand()
|
/external/llvm/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 174 if (!MI->canFoldAsLoad()) in foldAsLoad()
|
D | TargetInstrInfo.cpp | 780 assert(LoadMI->canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
|
D | MachineLICM.cpp | 1164 if (MI->canFoldAsLoad()) in ExtractHoistableLoad()
|
D | InlineSpiller.cpp | 905 if (RM.OrigMI->canFoldAsLoad() && in reMaterializeFor()
|
D | PeepholeOptimizer.cpp | 1299 if (!MI->canFoldAsLoad() || !MI->mayLoad()) in isLoadFoldable()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 519 bool canFoldAsLoad(QueryType Type = IgnoreBundle) const {
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 597 let canFoldAsLoad = 1, isReMaterializable = 1, AddedComplexity = 10 in 611 let canFoldAsLoad = 1 in 623 let canFoldAsLoad = 1, isReMaterializable = 1 in
|
D | ARMInstrVFP.td | 87 let canFoldAsLoad = 1, isReMaterializable = 1 in { 101 } // End of 'let canFoldAsLoad = 1, isReMaterializable = 1 in'
|
/external/llvm/docs/TableGen/ |
D | index.rst | 112 bit canFoldAsLoad = 0;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 115 let canFoldAsLoad = 1, SimpleBDXLoad = 1 in {
|
D | SystemZInstrInfo.td | 321 let canFoldAsLoad = 1, SimpleBDXLoad = 1 in { 342 let canFoldAsLoad = 1 in {
|
/external/llvm/lib/Target/X86/ |
D | X86InstrMMX.td | 290 let canFoldAsLoad = 1 in
|
D | X86InstrSSE.td | 457 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 472 // We set canFoldAsLoad because this can be converted to a constant-pool 474 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 491 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 527 // We set canFoldAsLoad because this can be converted to a constant-pool 529 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, 610 let canFoldAsLoad = 1, isReMaterializable = 1 in { 816 let canFoldAsLoad = 1, isReMaterializable = IsReMaterializable in 1112 let canFoldAsLoad = 1, isReMaterializable = 1, SchedRW = [WriteLoad] in { 3814 let canFoldAsLoad = 1, mayLoad = 1, isReMaterializable = 1, [all …]
|
D | X86InstrFPStack.td | 402 let canFoldAsLoad = 1 in {
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 264 let canFoldAsLoad = 1, isReMaterializable = 1 in {
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 371 bit canFoldAsLoad = 0; // Can this be folded as a simple memory operand?
|
12