Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsEVAInstrInfo.td60 bit canFoldAsLoad = 1;
98 bit canFoldAsLoad = 1;
H A DMicroMipsInstrInfo.td212 let canFoldAsLoad = 1 in
301 let canFoldAsLoad = 1;
344 let canFoldAsLoad = 1;
361 let canFoldAsLoad = 1;
378 let canFoldAsLoad = 1;
H A DMipsInstrInfo.td1393 let canFoldAsLoad = 1;
1418 let canFoldAsLoad = 1 in
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp122 FLAG(canFoldAsLoad) in EmitInstrDocs()
H A DDAGISelMatcherGen.cpp964 if (II.hasCtrlDep || II.mayLoad || II.mayStore || II.canFoldAsLoad || in EmitResultInstructionAsOperand()
H A DInstrInfoEmitter.cpp1242 if (Inst.canFoldAsLoad) in emitRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h369 bool canFoldAsLoad() const { return Flags & (1ULL << MCID::FoldableAsLoad); } in canFoldAsLoad() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h255 bool canFoldAsLoad : 1; variable
H A DCodeGenInstruction.cpp450 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad"); in CodeGenInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrMMX.td24 // 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 DX86InstrAMX.td77 canFoldAsLoad = 1, usesCustomInserter = 1 in
H A DX86InstrFPStack.td387 let canFoldAsLoad = 1 in {
394 } // canFoldAsLoad
H A DX86InstrSSE.td113 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 DX86InstrMisc.td549 let canFoldAsLoad = 1, isReMaterializable = 1, SchedRW = [WriteLoad] in {
594 canFoldAsLoad = 1, isReMaterializable = 1 in
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp217 if (!MI->canFoldAsLoad()) in foldAsLoad()
H A DMachineLICM.cpp1381 if (MI->canFoldAsLoad()) in ExtractHoistableLoad()
H A DPeepholeOptimizer.cpp1375 if (!MI.canFoldAsLoad() || !MI.mayLoad()) in isLoadFoldable()
H A DInlineSpiller.cpp667 if (RM.OrigMI->canFoldAsLoad() && in reMaterializeFor()
H A DTargetInstrInfo.cpp733 assert(LoadMI.canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td890 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 DARMInstrThumb.td691 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 DMachineInstr.h1082 bool canFoldAsLoad(QueryType Type = IgnoreBundle) const {
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFP.td131 let canFoldAsLoad = 1, SimpleBDXLoad = 1, mayLoad = 1 in {
H A DSystemZInstrInfo.td471 let canFoldAsLoad = 1, SimpleBDXLoad = 1, mayLoad = 1 in {
492 let canFoldAsLoad = 1 in {
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td349 let canFoldAsLoad = 1, isReMaterializable = 1 in {

12