HomeSort by relevance Sort by last modified time
    Searched full:canfoldasload (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 227 bool canFoldAsLoad;
CodeGenInstruction.cpp 305 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad");
InstrInfoEmitter.cpp 327 if (Inst.canFoldAsLoad) OS << "|(1<<MCID::FoldableAsLoad)";
DAGISelMatcherGen.cpp 692 && (II.hasCtrlDep || II.mayLoad || II.mayStore || II.canFoldAsLoad ||
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 317 /// canFoldAsLoad - Return true for instructions that can be folded as
325 bool canFoldAsLoad() const {
  /external/llvm/lib/Target/X86/
X86InstrMMX.td 201 let canFoldAsLoad = 1 in
240 let canFoldAsLoad = 1 in
X86InstrSSE.td 366 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1,
381 // We set canFoldAsLoad because this can be converted to a constant-pool
383 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1,
400 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1,
436 // We set canFoldAsLoad because this can be converted to a constant-pool
438 let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1,
515 let canFoldAsLoad = 1, isReMaterializable = 1 in {
    [all...]
X86InstrFPStack.td 358 let canFoldAsLoad = 1 in {
    [all...]
X86InstrInfo.td     [all...]
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 172 if (!MI->canFoldAsLoad())
PeepholeOptimizer.cpp 419 if (!MI->canFoldAsLoad() || !MI->mayLoad())
TargetInstrInfo.cpp 412 assert(LoadMI->canFoldAsLoad() && "LoadMI isn't foldable!");
InlineSpiller.cpp 876 if (RM.OrigMI->canFoldAsLoad() &&
    [all...]
MachineLICM.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMInstrThumb.td 552 let canFoldAsLoad = 1, isReMaterializable = 1 in
619 let canFoldAsLoad = 1 in
632 let canFoldAsLoad = 1, isReMaterializable = 1, isCodeGenOnly = 1 in
    [all...]
ARMInstrVFP.td 94 let canFoldAsLoad = 1, isReMaterializable = 1 in {
108 } // End of 'let canFoldAsLoad = 1, isReMaterializable = 1 in'
    [all...]
ARMInstrInfo.td     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstr64Bit.td 551 let canFoldAsLoad = 1, PPC970_Unit = 2 in {
592 let canFoldAsLoad = 1, PPC970_Unit = 2 in {
649 let canFoldAsLoad = 1, PPC970_Unit = 2 in {
    [all...]
PPCInstrAltivec.td 227 let canFoldAsLoad = 1, PPC970_Unit = 2 in { // Loads.
    [all...]
PPCInstrInfo.td 718 let canFoldAsLoad = 1, PPC970_Unit = 2 in {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 446 /// canFoldAsLoad - Return true for instructions that can be folded as
454 bool canFoldAsLoad(QueryType Type = IgnoreBundle) const {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.td 434 let canFoldAsLoad = 1;
463 let canFoldAsLoad = 1 in
    [all...]
  /external/llvm/docs/
TableGenFundamentals.rst 89 bit canFoldAsLoad = 0;
  /external/llvm/include/llvm/Target/
Target.td 345 bit canFoldAsLoad = 0; // Can this be folded as a simple memory operand?
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.td 264 let canFoldAsLoad = 1, isReMaterializable = 1 in {
    [all...]

Completed in 700 milliseconds

1 2