Home
last modified time | relevance | path

Searched defs:AddressReg (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_execute.h68 GLint AddressReg[MAX_PROGRAM_ADDRESS_REGS][4]; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp353 Register AddressReg = MI.getOperand(3).getReg(); in expandSetTagLoop() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp691 auto AddressReg = MRI.createVirtualRegister(&ARM::GPRRegClass); in selectGlobal() local
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp137 unsigned AddressReg(unsigned Size) const { in AddressReg() function