HomeSort by relevance Sort by last modified time
    Searched refs:getMachineCombinerPatterns (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 182 bool getMachineCombinerPatterns(MachineInstr &Root,
188 /// When getMachineCombinerPatterns() finds patterns, this function generates
AArch64InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 145 bool getMachineCombinerPatterns(
PPCInstrInfo.cpp 233 bool PPCInstrInfo::getMachineCombinerPatterns(
245 return TargetInstrInfo::getMachineCombinerPatterns(Root, Patterns);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 212 bool getMachineCombinerPatterns(
218 /// When getMachineCombinerPatterns() finds patterns, this function generates
AArch64InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 200 bool getMachineCombinerPatterns(
PPCInstrInfo.cpp 269 bool PPCInstrInfo::getMachineCombinerPatterns(
281 return TargetInstrInfo::getMachineCombinerPatterns(Root, Patterns);
    [all...]
  /external/llvm/lib/CodeGen/
MachineCombiner.cpp 390 // mostly one pattern, and getMachineCombinerPatterns() can order patterns
393 if (!TII->getMachineCombinerPatterns(MI, Patterns))
TargetInstrInfo.cpp 636 bool TargetInstrInfo::getMachineCombinerPatterns(
663 /// See the above comments before getMachineCombinerPatterns().
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetInstrInfo.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineCombiner.cpp 534 // mostly one pattern, and getMachineCombinerPatterns() can order patterns
539 if (!TII->getMachineCombinerPatterns(MI, Patterns))
TargetInstrInfo.cpp 744 bool TargetInstrInfo::getMachineCombinerPatterns(
773 /// See the above comments before getMachineCombinerPatterns().
    [all...]

Completed in 1843 milliseconds