/external/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 178 &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()
|
D | X86InstrInfo.h | 128 (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()
|
D | X86AsmPrinter.cpp | 233 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()
|
D | X86CallFrameOptimization.cpp | 391 !I->getOperand(X86::AddrDisp).isImm()) in collectCallInfo() 394 int64_t StackDisp = I->getOperand(X86::AddrDisp).getImm(); in collectCallInfo()
|
D | X86FixupLEAs.cpp | 256 unsigned AddrDispOp = 1 + X86::AddrDisp; in isLEASimpleIncOrDec()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 198 &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()
|
D | X86InstrInfo.h | 117 (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()
|
D | X86InsertPrefetch.cpp | 218 X86::AddrIndexReg == 2 && X86::AddrDisp == 3 && in runOnMachineFunction() 230 .addImm(Current->getOperand(MemOpOffset + X86::AddrDisp).getImm() + in runOnMachineFunction()
|
D | X86ExpandPseudo.cpp | 374 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()
|
D | X86AsmPrinter.cpp | 290 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()
|
D | X86CallFrameOptimization.cpp | 433 !I->getOperand(X86::AddrDisp).isImm()) in collectCallInfo() 436 int64_t StackDisp = I->getOperand(X86::AddrDisp).getImm(); in collectCallInfo()
|
D | X86FixupLEAs.cpp | 375 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()
|
D | X86MCInstLower.cpp | 2024 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/ |
D | X86OptimizeLEAs.cpp | 198 &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()
|
D | X86InstrInfo.h | 119 (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()
|
D | X86InsertPrefetch.cpp | 218 X86::AddrIndexReg == 2 && X86::AddrDisp == 3 && in runOnMachineFunction() 230 .addImm(Current->getOperand(MemOpOffset + X86::AddrDisp).getImm() + in runOnMachineFunction()
|
D | X86AsmPrinter.cpp | 287 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()
|
D | X86FixupLEAs.cpp | 360 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()
|
D | X86CallFrameOptimization.cpp | 433 !I->getOperand(X86::AddrDisp).isImm()) in collectCallInfo() 436 int64_t StackDisp = I->getOperand(X86::AddrDisp).getImm(); in collectCallInfo()
|
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86IntelInstPrinter.cpp | 162 const MCOperand &DispSpec = MI->getOperand(Op+X86::AddrDisp); in printMemReference()
|
D | X86ATTInstPrinter.cpp | 199 const MCOperand &DispSpec = MI->getOperand(Op + X86::AddrDisp); in printMemReference()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 36 AddrDisp = 3, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ATTInstPrinter.cpp | 390 const MCOperand &DispSpec = MI->getOperand(Op + X86::AddrDisp); in printMemReference()
|
D | X86IntelInstPrinter.cpp | 349 const MCOperand &DispSpec = MI->getOperand(Op+X86::AddrDisp); in printMemReference()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ATTInstPrinter.cpp | 400 const MCOperand &DispSpec = MI->getOperand(Op + X86::AddrDisp); in printMemReference()
|