Searched refs:OpOff (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.cpp | 685 const Operand *OpOff, const RelocOp Reloc) { in ldc1() argument 691 if (const auto *OpRel = llvm::dyn_cast<ConstantRelocatable>(OpOff)) { in ldc1() 693 } else if (auto *C32 = llvm::dyn_cast<ConstantInteger32>(OpOff)) { in ldc1() 745 const Operand *OpOff, const RelocOp Reloc) { in lwc1() argument 751 if (const auto *OpRel = llvm::dyn_cast<ConstantRelocatable>(OpOff)) { in lwc1() 753 } else if (auto *C32 = llvm::dyn_cast<ConstantInteger32>(OpOff)) { in lwc1() 1069 const Operand *OpOff, const RelocOp Reloc) { in sdc1() argument 1075 if (const auto *OpRel = llvm::dyn_cast<ConstantRelocatable>(OpOff)) { in sdc1() 1077 } else if (auto *C32 = llvm::dyn_cast<ConstantInteger32>(OpOff)) { in sdc1() 1123 const Operand *OpOff, const RelocOp Reloc) { in swc1() argument [all …]
|
D | 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/ |
D | HexagonInstrInfo.cpp | 262 const MachineOperand OpOff = MI.getOperand(2); in isLoadFromStackSlot() local 263 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot() 284 const MachineOperand OpOff = MI.getOperand(3); in isLoadFromStackSlot() local 285 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot() 327 const MachineOperand &OpOff = MI.getOperand(1); in isStoreToStackSlot() local 328 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot() 345 const MachineOperand &OpOff = MI.getOperand(2); in isStoreToStackSlot() local 346 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 258 const MachineOperand OpOff = MI.getOperand(2); in isLoadFromStackSlot() local 259 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot() 272 const MachineOperand OpOff = MI.getOperand(3); in isLoadFromStackSlot() local 273 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot() 306 const MachineOperand &OpOff = MI.getOperand(1); in isStoreToStackSlot() local 307 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot() 324 const MachineOperand &OpOff = MI.getOperand(2); in isStoreToStackSlot() local 325 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot()
|