Home
last modified time | relevance | path

Searched refs:AddressReg (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp130 RegisterContext(unsigned AddressReg, unsigned ShadowReg, in RegisterContext()
132 BusyRegs.push_back(convReg(AddressReg, 64)); in RegisterContext()
137 unsigned AddressReg(unsigned Size) const { in AddressReg() function
553 SpillReg(Out, RegCtx.AddressReg(32)); in InstrumentMemOperandPrologue()
570 RestoreReg(Out, RegCtx.AddressReg(32)); in InstrumentMemOperandEpilogue()
605 Out, MCInstBuilder(X86::PUSH32r).addReg(RegCtx.AddressReg(32))); in EmitCallAsanReport()
619 unsigned AddressRegI32 = RegCtx.AddressReg(32); in InstrumentMemOperandSmall()
694 unsigned AddressRegI32 = RegCtx.AddressReg(32); in InstrumentMemOperandLarge()
813 SpillReg(Out, RegCtx.AddressReg(64)); in InstrumentMemOperandPrologue()
828 RestoreReg(Out, RegCtx.AddressReg(64)); in InstrumentMemOperandEpilogue()
[all …]
/external/mesa3d/src/mesa/program/
Dprog_execute.h68 GLint AddressReg[MAX_PROGRAM_ADDRESS_REGS][4]; member
Dprog_execute.c89 reg += machine->AddressReg[0][0]; in get_src_register_pointer()
155 reg += machine->AddressReg[0][0]; in get_dst_register_pointer()
437 machine->AddressReg[0][0] = util_ifloor(t[0]); in _mesa_execute_program()
439 printf("ARL %d\n", machine->AddressReg[0][0]); in _mesa_execute_program()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp540 Register AddressReg = MI.getOperand(1).getReg(); in expandSetTagLoop() local
553 BuildMI(MBB, MBBI, DL, TII->get(OpCode1), AddressReg) in expandSetTagLoop()
554 .addReg(AddressReg) in expandSetTagLoop()
555 .addReg(AddressReg) in expandSetTagLoop()
571 .addDef(AddressReg) in expandSetTagLoop()
572 .addReg(AddressReg) in expandSetTagLoop()
573 .addReg(AddressReg) in expandSetTagLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp353 Register AddressReg = MI.getOperand(3).getReg(); in expandSetTagLoop() local
368 .addDef(AddressReg) in expandSetTagLoop()
369 .addReg(AddressReg) in expandSetTagLoop()
370 .addReg(AddressReg) in expandSetTagLoop()
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp689 auto AddressReg = MRI.createVirtualRegister(&ARM::GPRRegClass); in selectGlobal() local
691 MIB->getOperand(0).setReg(AddressReg); in selectGlobal()
697 .addReg(AddressReg) in selectGlobal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp691 auto AddressReg = MRI.createVirtualRegister(&ARM::GPRRegClass); in selectGlobal() local
693 MIB->getOperand(0).setReg(AddressReg); in selectGlobal()
699 .addReg(AddressReg) in selectGlobal()