Home
last modified time | relevance | path

Searched defs:RelocOp (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp103 MachineOperand *RelocOp, const GlobalValue *GVal) { in checkADDrr()
155 MachineBasicBlock &MBB, MachineOperand *RelocOp, const GlobalValue *GVal, in checkShift()
241 MachineInstr *Inst, MachineOperand *RelocOp, const GlobalValue *GVal) { in processInst()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp89 MachineOperand *RelocOp, const GlobalValue *GVal) { in checkADDrr()
132 MachineBasicBlock &MBB, MachineOperand *RelocOp, const GlobalValue *GVal, in checkShift()
216 MachineInstr *Inst, MachineOperand *RelocOp, const GlobalValue *GVal) { in processInst()
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInstMIPS32.h31 enum RelocOp { RO_No, RO_Hi, RO_Lo, RO_Jal }; enum