/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86FixupLEAs.cpp | 463 Register IndexReg = LeaI->getOperand(1 + X86::AddrIndexReg).getReg(); in checkRegUsage() local 515 Register IndexReg = I->getOperand(1 + X86::AddrIndexReg).getReg(); in optLEAALU() local 574 Register IndexReg = Index.getReg(); in optTwoAddrLEA() local 767 Register IndexReg = Index.getReg(); in processInstrForSlow3OpLEA() local
|
H A D | X86AsmPrinter.cpp | 376 const MachineOperand &IndexReg = MI->getOperand(OpNo + X86::AddrIndexReg); in PrintLeaMemReference() local 473 const MachineOperand &IndexReg = MI->getOperand(OpNo + X86::AddrIndexReg); in PrintIntelMemReference() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 61 const MCOperand &IndexReg = MI.getOperand(Op+X86::AddrIndexReg); in Is16BitMemOperand() local 207 const MCOperand &IndexReg = MI.getOperand(Op+X86::AddrIndexReg); in Is32BitMemOperand() local 226 const MCOperand &IndexReg = MI.getOperand(Op+X86::AddrIndexReg); in Is64BitMemOperand() local 357 const MCOperand &IndexReg = MI.getOperand(Op+X86::AddrIndexReg); in emitMemModRMByte() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIFixupVectorISel.cpp | 87 unsigned &IndexReg, in findSRegBaseAndIndex() 176 unsigned IndexReg = 0; in fixupGlobalSaddr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 187 const MCOperand &IndexReg = MI.getOperand(Op + X86::AddrIndexReg); in is16BitMemOperand() local 206 const MCOperand &IndexReg = MI.getOperand(Op + X86::AddrIndexReg); in is32BitMemOperand() local 228 const MCOperand &IndexReg = MI.getOperand(Op + X86::AddrIndexReg); in is64BitMemOperand() local 377 const MCOperand &IndexReg = MI.getOperand(Op + X86::AddrIndexReg); in emitMemModRMByte() local
|
H A D | X86IntelInstPrinter.cpp | 348 const MCOperand &IndexReg = MI->getOperand(Op+X86::AddrIndexReg); in printMemReference() local
|
H A D | X86ATTInstPrinter.cpp | 389 const MCOperand &IndexReg = MI->getOperand(Op + X86::AddrIndexReg); in printMemReference() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 264 unsigned BaseReg, IndexReg, TmpReg, Scale; member in __anone9fc92040111::X86AsmParser::IntelExprStateMachine 831 static bool CheckBaseRegAndIndexReg(unsigned BaseReg, unsigned IndexReg, in CheckBaseRegAndIndexReg() 1160 unsigned SegReg, const MCExpr *Disp, unsigned BaseReg, unsigned IndexReg, in CreateMemForInlineAsm() 1440 int IndexReg = SM.getIndexReg(); in ParseIntelBracExpression() local 2054 unsigned BaseReg = 0, IndexReg = 0, Scale = 1; in ParseMemOperand() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.cpp | 286 const MachineOperand &IndexReg = MI->getOperand(OpNo + X86::AddrIndexReg); in PrintLeaMemReference() local 352 const MachineOperand &IndexReg = MI->getOperand(OpNo + X86::AddrIndexReg); in PrintIntelMemReference() local
|
H A D | X86FixupLEAs.cpp | 369 Register IndexReg = Index.getReg(); in optTwoAddrLEA() local 549 Register IndexReg = Index.getReg(); in processInstrForSlow3OpLEA() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.cpp | 232 const MachineOperand &IndexReg = MI->getOperand(Op+X86::AddrIndexReg); in printLeaMemReference() local 298 const MachineOperand &IndexReg = MI->getOperand(Op+X86::AddrIndexReg); in printIntelMemReference() local
|
H A D | X86InstrBuilder.h | 49 unsigned IndexReg; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 345 unsigned BaseReg, IndexReg, TmpReg, Scale; member in __anonbfde64e60111::X86AsmParser::IntelExprStateMachine 1043 static bool CheckBaseRegAndIndexRegAndScale(unsigned BaseReg, unsigned IndexReg, in CheckBaseRegAndIndexRegAndScale() 1409 unsigned SegReg, const MCExpr *Disp, unsigned BaseReg, unsigned IndexReg, in CreateMemForInlineAsm() 1971 unsigned IndexReg = SM.getIndexReg(); in ParseIntelOperand() local 2294 unsigned BaseReg = 0, IndexReg = 0, Scale = 1; in ParseMemOperand() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.cpp | 651 const MCOperand &IndexReg = Inst.getOperand(MemOpStart + X86::AddrIndexReg); in evaluateMemoryOperandAddress() local 677 const MCOperand &IndexReg = Inst.getOperand(MemOpStart + X86::AddrIndexReg); in getMemoryOperandRelocationOffset() local
|
H A D | X86IntelInstPrinter.cpp | 385 const MCOperand &IndexReg = MI->getOperand(Op+X86::AddrIndexReg); in printMemReference() local
|
H A D | X86ATTInstPrinter.cpp | 427 const MCOperand &IndexReg = MI->getOperand(Op + X86::AddrIndexReg); in printMemReference() local
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 433 unsigned &IndexReg) { in PPCSimplifyAddress() 519 unsigned IndexReg = 0; in PPCEmitLoad() local 655 unsigned IndexReg = 0; in PPCEmitStore() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/ |
D | LoadStoreOpt.h | 40 Register IndexReg; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/ |
D | LoadStoreOpt.h | 40 Register IndexReg; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/ |
D | LoadStoreOpt.h | 40 Register IndexReg; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LoadStoreOpt.h | 38 Register IndexReg; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 427 unsigned BaseReg = 0, IndexReg = 0, TmpReg = 0, Scale = 0; member in __anon25b4c9ac0111::X86AsmParser::IntelExprStateMachine 1292 static bool CheckBaseRegAndIndexRegAndScale(unsigned BaseReg, unsigned IndexReg, in CheckBaseRegAndIndexRegAndScale() 1745 unsigned SegReg, const MCExpr *Disp, unsigned BaseReg, unsigned IndexReg, in CreateMemForMSInlineAsm() 2588 unsigned IndexReg = SM.getIndexReg(); in parseIntelOperand() local 2968 unsigned BaseReg = 0, IndexReg = 0, Scale = 1; in ParseMemOperand() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/ |
D | LoadStoreOpt.h | 41 Register IndexReg; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 420 unsigned &IndexReg) { in PPCSimplifyAddress() 504 unsigned IndexReg = 0; in PPCEmitLoad() local 653 unsigned IndexReg = 0; in PPCEmitStore() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 425 unsigned &IndexReg) { in PPCSimplifyAddress() 510 unsigned IndexReg = 0; in PPCEmitLoad() local 659 unsigned IndexReg = 0; in PPCEmitStore() local
|