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

  /external/llvm/lib/Target/AMDGPU/
SILowerControlFlow.cpp 104 const MachineOperand &IdxReg);
108 const MachineOperand &IdxReg,
419 const MachineOperand &IdxReg) {
439 if (!IdxReg.isUndef())
440 LoopBB.addLiveIn(IdxReg.getReg());
447 const MachineOperand &IdxReg,
453 .addReg(IdxReg.getReg(), getUndefRegState(IdxReg.isUndef()));
462 .addReg(IdxReg.getReg(), getUndefRegState(IdxReg.isUndef()))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 622 unsigned IdxReg = getOrCreateVReg(*Idx);
623 if (MRI->getType(IdxReg) != OffsetTy) {
625 MIRBuilder.buildSExtOrTrunc(NewIdxReg, IdxReg);
626 IdxReg = NewIdxReg;
637 MIRBuilder.buildMul(GepOffsetReg, ElementSizeReg, IdxReg);
639 GepOffsetReg = IdxReg;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 609 AddressingMode(bool LongDispl, bool IdxReg) :
610 LongDisplacement(LongDispl), IndexReg(IdxReg) {}
621 return AddressingMode(false/*LongDispl*/, true/*IdxReg*/);
625 return AddressingMode(!MVC/*LongDispl*/, !MVC/*IdxReg*/);
638 return AddressingMode(false/*LongDispl*/, false/*IdxReg*/);
650 return AddressingMode(false/*LongDispl*/, false/*IdxReg*/);
692 return AddressingMode(false/*LongDispl*/, true/*IdxReg*/);
695 return AddressingMode(true/*LongDispl*/, true/*IdxReg*/);
    [all...]

Completed in 2885 milliseconds