Home
last modified time | relevance | path

Searched refs:canFoldAsLoad (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/include/llvm/MC/
DMCInstrDesc.h356 bool canFoldAsLoad() const { in canFoldAsLoad() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h233 bool canFoldAsLoad : 1; variable
DInstrInfoEmitter.cpp490 if (Inst.canFoldAsLoad) OS << "|(1<<MCID::FoldableAsLoad)"; in emitRecord()
DDAGISelMatcherGen.cpp736 && (II.hasCtrlDep || II.mayLoad || II.mayStore || II.canFoldAsLoad || in EmitResultInstructionAsOperand()
DCodeGenInstruction.cpp306 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad"); in CodeGenInstruction()
/external/llvm/lib/Target/Mips/
DMicroMipsInstrInfo.td29 let canFoldAsLoad = 1 in
69 let canFoldAsLoad = 1;
DMipsInstrInfo.td645 let canFoldAsLoad = 1;
658 let canFoldAsLoad = 1 in
/external/llvm/lib/CodeGen/
DLiveRangeEdit.cpp176 if (!MI->canFoldAsLoad()) in foldAsLoad()
DPeepholeOptimizer.cpp604 if (!MI->canFoldAsLoad() || !MI->mayLoad()) in isLoadFoldable()
DTargetInstrInfo.cpp517 assert(LoadMI->canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
DMachineLICM.cpp1243 if (MI->canFoldAsLoad()) in ExtractHoistableLoad()
DInlineSpiller.cpp897 if (RM.OrigMI->canFoldAsLoad() && in reMaterializeFor()
/external/llvm/lib/Target/X86/
DX86InstrMMX.td219 let canFoldAsLoad = 1 in
265 let canFoldAsLoad = 1 in
DX86InstrSSE.td446 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 …]
DX86InstrFPStack.td375 let canFoldAsLoad = 1 in {
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h509 bool canFoldAsLoad(QueryType Type = IgnoreBundle) const {
/external/llvm/lib/Target/ARM/
DARMInstrThumb.td585 let canFoldAsLoad = 1, isReMaterializable = 1 in
652 let canFoldAsLoad = 1 in
663 let canFoldAsLoad = 1, isReMaterializable = 1 in
DARMInstrVFP.td94 let canFoldAsLoad = 1, isReMaterializable = 1 in {
108 } // End of 'let canFoldAsLoad = 1, isReMaterializable = 1 in'
/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td671 let canFoldAsLoad = 1, PPC970_Unit = 2 in {
727 let canFoldAsLoad = 1, PPC970_Unit = 2 in {
785 let canFoldAsLoad = 1, PPC970_Unit = 2 in {
DPPCInstrVSX.td49 let mayLoad = 1, canFoldAsLoad = 1 in {
DPPCInstrAltivec.td296 let canFoldAsLoad = 1, PPC970_Unit = 2 in { // Loads.
/external/llvm/docs/TableGen/
Dindex.rst112 bit canFoldAsLoad = 0;
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td97 let canFoldAsLoad = 1, SimpleBDXLoad = 1 in {
DSystemZInstrInfo.td311 let canFoldAsLoad = 1, SimpleBDXLoad = 1 in {
332 let canFoldAsLoad = 1 in {
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td264 let canFoldAsLoad = 1, isReMaterializable = 1 in {

12