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

  /external/swiftshader/third_party/subzero/src/
IceAssemblerMIPS32.cpp 685 const Operand *OpOff, const RelocOp Reloc) {
691 if (const auto *OpRel = llvm::dyn_cast<ConstantRelocatable>(OpOff)) {
693 } else if (auto *C32 = llvm::dyn_cast<ConstantInteger32>(OpOff)) {
745 const Operand *OpOff, const RelocOp Reloc) {
751 if (const auto *OpRel = llvm::dyn_cast<ConstantRelocatable>(OpOff)) {
753 } else if (auto *C32 = llvm::dyn_cast<ConstantInteger32>(OpOff)) {
    [all...]
IceAssemblerMIPS32.h 195 void ldc1(const Operand *OpRt, const Operand *OpBase, const Operand *OpOff,
202 void lwc1(const Operand *OpRt, const Operand *OpBase, const Operand *OpOff,
289 void sdc1(const Operand *OpRt, const Operand *OpBase, const Operand *OpOff,
294 void swc1(const Operand *OpRt, const Operand *OpBase, const Operand *OpOff,
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 262 const MachineOperand OpOff = MI.getOperand(2);
263 if (!OpOff.isImm() || OpOff.getImm() != 0)
284 const MachineOperand OpOff = MI.getOperand(3);
285 if (!OpOff.isImm() || OpOff.getImm() != 0)
327 const MachineOperand &OpOff = MI.getOperand(1);
328 if (!OpOff.isImm() || OpOff.getImm() != 0)
345 const MachineOperand &OpOff = MI.getOperand(2)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 258 const MachineOperand OpOff = MI.getOperand(2);
259 if (!OpOff.isImm() || OpOff.getImm() != 0)
272 const MachineOperand OpOff = MI.getOperand(3);
273 if (!OpOff.isImm() || OpOff.getImm() != 0)
306 const MachineOperand &OpOff = MI.getOperand(1);
307 if (!OpOff.isImm() || OpOff.getImm() != 0)
324 const MachineOperand &OpOff = MI.getOperand(2)
    [all...]

Completed in 407 milliseconds