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

  /external/llvm/lib/Target/PowerPC/
PPCMIPeephole.cpp 211 assert(MI->isSubregToReg() && "bad opcode for lookThruCopyLike");
PPCVSXSwapRemoval.cpp 562 assert(MI->isSubregToReg() && "bad opcode for lookThruCopyLike");
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineInstr.h 278 bool isSubregToReg() const {
294 return isCopy() || isSubregToReg();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineInstr.h 340 if (isSubregToReg() && OpIdx == 3)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 808 bool isSubregToReg() const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ProcessImplicitDefs.cpp 56 return MI->isSubregToReg() && (MI->getOperand(0).getSubReg() == 0 ||
MachineSink.cpp 382 return MI->isInsertSubreg() || MI->isSubregToReg() || MI->isRegSequence();
RegisterCoalescer.cpp 231 } else if (MI->isSubregToReg()) {
    [all...]
StackSlotColoring.cpp 521 if (MO.getSubReg() || MII->isSubregToReg())
TwoAddressInstructionPass.cpp 400 } else if (MI.isInsertSubreg() || MI.isSubregToReg()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PeepholeOptimizer.cpp     [all...]
TargetRegisterInfo.cpp 495 assert(MI->isSubregToReg() && "Bad opcode for lookThruCopyLike");
TwoAddressInstructionPass.cpp 416 } else if (MI.isInsertSubreg() || MI.isSubregToReg()) {
    [all...]
RegisterCoalescer.cpp 320 } else if (MI->isSubregToReg()) {
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 271 return !MI.isInsertSubreg() && !MI.isSubregToReg() && !MI.isRegSequence();
    [all...]