Home
last modified time | relevance | path

Searched refs:AddrDisp (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp178 &MI.getOperand(N + X86::AddrDisp)); in getMemOpKey()
367 const MachineOperand &Op1 = MI1.getOperand(N1 + X86::AddrDisp); in getAddrDispShift()
368 const MachineOperand &Op2 = MI2.getOperand(N2 + X86::AddrDisp); in getAddrDispShift()
435 if (MI.getOperand(MemOpNo + X86::AddrDisp).isImm() && in isReplaceable()
436 !isInt<32>(MI.getOperand(MemOpNo + X86::AddrDisp).getImm() + in isReplaceable()
525 MI.getOperand(MemOpNo + X86::AddrDisp).ChangeToImmediate(AddrDispShift); in removeRedundantAddrCalc()
584 MachineOperand &Op = MI.getOperand(MemOpNo + X86::AddrDisp); in removeRedundantLEAs()
DX86InstrInfo.h128 (MI.getOperand(Op + X86::AddrDisp).isImm() || in isLeaMem()
129 MI.getOperand(Op + X86::AddrDisp).isGlobal() || in isLeaMem()
130 MI.getOperand(Op + X86::AddrDisp).isCPI() || in isLeaMem()
131 MI.getOperand(Op + X86::AddrDisp).isJTI()); in isLeaMem()
DX86AsmPrinter.cpp233 const MachineOperand &DispSpec = MI->getOperand(Op+X86::AddrDisp); in printLeaMemReference()
299 const MachineOperand &DispSpec = MI->getOperand(Op+X86::AddrDisp); in printIntelMemReference()
326 printOperand(P, MI, Op+X86::AddrDisp, O, Modifier, AsmVariant); in printIntelMemReference()
DX86CallFrameOptimization.cpp391 !I->getOperand(X86::AddrDisp).isImm()) in collectCallInfo()
394 int64_t StackDisp = I->getOperand(X86::AddrDisp).getImm(); in collectCallInfo()
DX86FixupLEAs.cpp256 unsigned AddrDispOp = 1 + X86::AddrDisp; in isLEASimpleIncOrDec()
/external/llvm-project/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp198 &MI.getOperand(N + X86::AddrDisp)); in getMemOpKey()
403 const MachineOperand &Op1 = MI1.getOperand(N1 + X86::AddrDisp); in getAddrDispShift()
404 const MachineOperand &Op2 = MI2.getOperand(N2 + X86::AddrDisp); in getAddrDispShift()
471 if (MI.getOperand(MemOpNo + X86::AddrDisp).isImm() && in isReplaceable()
472 !isInt<32>(MI.getOperand(MemOpNo + X86::AddrDisp).getImm() + in isReplaceable()
566 MI.getOperand(MemOpNo + X86::AddrDisp).ChangeToImmediate(AddrDispShift); in removeRedundantAddrCalc()
652 MachineOperand &Op = MI.getOperand(MemOpNo + X86::AddrDisp); in removeRedundantLEAs()
DX86InstrInfo.h117 (MI.getOperand(Op + X86::AddrDisp).isImm() || in isLeaMem()
118 MI.getOperand(Op + X86::AddrDisp).isGlobal() || in isLeaMem()
119 MI.getOperand(Op + X86::AddrDisp).isCPI() || in isLeaMem()
120 MI.getOperand(Op + X86::AddrDisp).isJTI()); in isLeaMem()
DX86InsertPrefetch.cpp218 X86::AddrIndexReg == 2 && X86::AddrDisp == 3 && in runOnMachineFunction()
230 .addImm(Current->getOperand(MemOpOffset + X86::AddrDisp).getImm() + in runOnMachineFunction()
DX86ExpandPseudo.cpp374 int64_t Disp = MBBI->getOperand(1 + X86::AddrDisp).getImm(); in ExpandMI()
388 if (i == X86::AddrDisp) in ExpandMI()
408 int64_t Disp = MBBI->getOperand(X86::AddrDisp).getImm(); in ExpandMI()
420 if (i == X86::AddrDisp) in ExpandMI()
DX86AsmPrinter.cpp290 const MachineOperand &DispSpec = MI->getOperand(OpNo + X86::AddrDisp); in PrintLeaMemReference()
356 const MachineOperand &DispSpec = MI->getOperand(OpNo + X86::AddrDisp); in PrintIntelMemReference()
389 PrintOperand(MI, OpNo + X86::AddrDisp, O); in PrintIntelMemReference()
DX86CallFrameOptimization.cpp433 !I->getOperand(X86::AddrDisp).isImm()) in collectCallInfo()
436 int64_t StackDisp = I->getOperand(X86::AddrDisp).getImm(); in collectCallInfo()
DX86FixupLEAs.cpp375 const MachineOperand &Disp = MI.getOperand(1 + X86::AddrDisp); in optTwoAddrLEA()
507 const MachineOperand &Offset = MI.getOperand(1 + X86::AddrDisp); in processInstructionForSlowLEA()
559 const MachineOperand &Offset = MI.getOperand(1 + X86::AddrDisp); in processInstrForSlow3OpLEA()
DX86MCInstLower.cpp2024 unsigned MaskIdx = SrcIdx + 1 + X86::AddrDisp; in addConstantComments()
2102 unsigned MaskIdx = SrcIdx + 1 + X86::AddrDisp; in addConstantComments()
2136 const MachineOperand &MaskOp = MI->getOperand(3 + X86::AddrDisp); in addConstantComments()
2151 const MachineOperand &MaskOp = MI->getOperand(3 + X86::AddrDisp); in addConstantComments()
2165 if (auto *C = getConstantFromPool(*MI, MI->getOperand(1 + X86::AddrDisp))) { in addConstantComments()
2225 if (auto *C = getConstantFromPool(*MI, MI->getOperand(1 + X86::AddrDisp))) { in addConstantComments()
2317 if (auto *C = getConstantFromPool(*MI, MI->getOperand(1 + X86::AddrDisp))) { in addConstantComments()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp198 &MI.getOperand(N + X86::AddrDisp)); in getMemOpKey()
403 const MachineOperand &Op1 = MI1.getOperand(N1 + X86::AddrDisp); in getAddrDispShift()
404 const MachineOperand &Op2 = MI2.getOperand(N2 + X86::AddrDisp); in getAddrDispShift()
471 if (MI.getOperand(MemOpNo + X86::AddrDisp).isImm() && in isReplaceable()
472 !isInt<32>(MI.getOperand(MemOpNo + X86::AddrDisp).getImm() + in isReplaceable()
566 MI.getOperand(MemOpNo + X86::AddrDisp).ChangeToImmediate(AddrDispShift); in removeRedundantAddrCalc()
652 MachineOperand &Op = MI.getOperand(MemOpNo + X86::AddrDisp); in removeRedundantLEAs()
DX86InstrInfo.h119 (MI.getOperand(Op + X86::AddrDisp).isImm() || in isLeaMem()
120 MI.getOperand(Op + X86::AddrDisp).isGlobal() || in isLeaMem()
121 MI.getOperand(Op + X86::AddrDisp).isCPI() || in isLeaMem()
122 MI.getOperand(Op + X86::AddrDisp).isJTI()); in isLeaMem()
DX86InsertPrefetch.cpp218 X86::AddrIndexReg == 2 && X86::AddrDisp == 3 && in runOnMachineFunction()
230 .addImm(Current->getOperand(MemOpOffset + X86::AddrDisp).getImm() + in runOnMachineFunction()
DX86AsmPrinter.cpp287 const MachineOperand &DispSpec = MI->getOperand(OpNo + X86::AddrDisp); in PrintLeaMemReference()
353 const MachineOperand &DispSpec = MI->getOperand(OpNo + X86::AddrDisp); in PrintIntelMemReference()
386 PrintOperand(MI, OpNo + X86::AddrDisp, O); in PrintIntelMemReference()
DX86FixupLEAs.cpp360 const MachineOperand &Disp = MI.getOperand(1 + X86::AddrDisp); in optTwoAddrLEA()
489 const MachineOperand &Offset = MI.getOperand(1 + X86::AddrDisp); in processInstructionForSlowLEA()
539 const MachineOperand &Offset = MI.getOperand(1 + X86::AddrDisp); in processInstrForSlow3OpLEA()
DX86CallFrameOptimization.cpp433 !I->getOperand(X86::AddrDisp).isImm()) in collectCallInfo()
436 int64_t StackDisp = I->getOperand(X86::AddrDisp).getImm(); in collectCallInfo()
/external/llvm/lib/Target/X86/InstPrinter/
DX86IntelInstPrinter.cpp162 const MCOperand &DispSpec = MI->getOperand(Op+X86::AddrDisp); in printMemReference()
DX86ATTInstPrinter.cpp199 const MCOperand &DispSpec = MI->getOperand(Op + X86::AddrDisp); in printMemReference()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h36 AddrDisp = 3, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86ATTInstPrinter.cpp390 const MCOperand &DispSpec = MI->getOperand(Op + X86::AddrDisp); in printMemReference()
DX86IntelInstPrinter.cpp349 const MCOperand &DispSpec = MI->getOperand(Op+X86::AddrDisp); in printMemReference()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86ATTInstPrinter.cpp400 const MCOperand &DispSpec = MI->getOperand(Op + X86::AddrDisp); in printMemReference()

12