HomeSort by relevance Sort by last modified time
    Searched refs:canFoldAsLoad (Results 1 - 25 of 32) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 391 /// canFoldAsLoad - Return true for instructions that can be folded as
399 bool canFoldAsLoad() const {
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 295 bool canFoldAsLoad() const { return Flags & (1 << MCID::FoldableAsLoad); }
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 233 bool canFoldAsLoad : 1;
InstrInfoEmitter.cpp 489 if (Inst.canFoldAsLoad) OS << "|(1ULL<<MCID::FoldableAsLoad)";
CodeGenInstruction.cpp 312 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad");
DAGISelMatcherGen.cpp 729 && (II.hasCtrlDep || II.mayLoad || II.mayStore || II.canFoldAsLoad ||
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 227 bool canFoldAsLoad;
InstrInfoEmitter.cpp 281 if (Inst.canFoldAsLoad) OS << "|(1<<MCID::FoldableAsLoad)";
CodeGenInstruction.cpp 302 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad");
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCInstrDesc.h 337 bool canFoldAsLoad() const { return Flags & (1ULL << MCID::FoldableAsLoad); }
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenInstruction.h 236 bool canFoldAsLoad : 1;
InstrDocsEmitter.cpp 113 FLAG(canFoldAsLoad)
InstrInfoEmitter.cpp 584 if (Inst.canFoldAsLoad) OS << "|(1ULL<<MCID::FoldableAsLoad)";
CodeGenInstruction.cpp 316 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad");
DAGISelMatcherGen.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveRangeEdit.cpp 177 if (!MI->getDesc().canFoldAsLoad())
TargetInstrInfoImpl.cpp 335 assert(LoadMI->getDesc().canFoldAsLoad() && "LoadMI isn't foldable!");
LiveIntervalAnalysis.cpp     [all...]
MachineLICM.cpp     [all...]
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 174 if (!MI->canFoldAsLoad())
MachineLICM.cpp     [all...]
PeepholeOptimizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveRangeEdit.cpp 196 if (!MI->canFoldAsLoad())
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 551 bool canFoldAsLoad(QueryType Type = IgnoreBundle) const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineInstr.h 605 bool canFoldAsLoad(QueryType Type = IgnoreBundle) const {
    [all...]

Completed in 960 milliseconds

1 2