Searched refs:OpOff (Results 1 – 5 of 5) 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() 747 const Operand *OpOff, const RelocOp Reloc) { in lwc1() argument 753 if (const auto *OpRel = llvm::dyn_cast<ConstantRelocatable>(OpOff)) { in lwc1() 755 } else if (auto *C32 = llvm::dyn_cast<ConstantInteger32>(OpOff)) { in lwc1() 1073 const Operand *OpOff, const RelocOp Reloc) { in sdc1() argument 1079 if (const auto *OpRel = llvm::dyn_cast<ConstantRelocatable>(OpOff)) { in sdc1() 1081 } else if (auto *C32 = llvm::dyn_cast<ConstantInteger32>(OpOff)) { in sdc1() 1129 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-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 257 const MachineOperand OpOff = MI.getOperand(2); in isLoadFromStackSlot() local 258 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot() 271 const MachineOperand OpOff = MI.getOperand(3); in isLoadFromStackSlot() local 272 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot() 305 const MachineOperand &OpOff = MI.getOperand(1); in isStoreToStackSlot() local 306 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot() 323 const MachineOperand &OpOff = MI.getOperand(2); in isStoreToStackSlot() local 324 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 263 const MachineOperand OpOff = MI.getOperand(2); in isLoadFromStackSlot() local 264 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot() 277 const MachineOperand OpOff = MI.getOperand(3); in isLoadFromStackSlot() local 278 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot() 311 const MachineOperand &OpOff = MI.getOperand(1); in isStoreToStackSlot() local 312 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot() 329 const MachineOperand &OpOff = MI.getOperand(2); in isStoreToStackSlot() local 330 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot()
|