Searched defs:Disp (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.cpp71 const MCOperand &Disp = MI->getOperand(OpNo+1); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp110 const MachineOperand &Disp = MI->getOperand(OpNum+1); local
H A DMSP430ISelDAGToDAG.cpp47 int16_t Disp = 0; member in struct:__anon4190::MSP430ISelAddressMode
244 SelectAddr(SDValue N, SDValue &Base, SDValue &Disp) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.cpp26 void SystemZInstPrinter::printAddress(unsigned Base, int64_t Disp, argument
28 O << Disp; local
203 uint64_t Disp = MI->getOperand(OpNum + 1).getImm(); local
214 uint64_t Disp = MI->getOperand(OpNum + 1).getImm(); local
H A DSystemZMCCodeEmitter.cpp187 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); local
197 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); local
207 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); local
218 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); local
230 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); local
241 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); local
252 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); local
263 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrBuilder.h55 int Disp; member in struct:llvm::X86AddressMode
H A DX86ExpandPseudo.cpp378 int64_t Disp = MBBI->getOperand(1 + X86::AddrDisp).getImm(); local
412 int64_t Disp = MBBI->getOperand(X86::AddrDisp).getImm(); local
H A DX86FixupLEAs.cpp375 const MachineOperand &Disp = MI.getOperand(1 + X86::AddrDisp); local
H A DX86OptimizeLEAs.cpp110 const MachineOperand *Disp; member in class:__anon4458::MemOpKey
83 MemOpKey(const MachineOperand *Base, const MachineOperand *Scale, const MachineOperand *Index, const MachineOperand *Segment, const MachineOperand *Disp) argument
[all...]
H A DX86AvoidStoreForwardingBlocks.cpp315 const MachineOperand &Disp = getDispOperand(MI); local
H A DX86FastISel.cpp888 uint64_t Disp = (int32_t)AM.Disp + (uint64_t)CI->getSExtValue(); local
902 uint64_t Disp = (int32_t)AM.Disp; local
[all...]
H A DX86ISelDAGToDAG.cpp66 int32_t Disp; member in struct:__anon4437::X86ISelAddressMode
239 tryFoldLoad(SDNode *P, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
260 getAddressOperands(X86ISelAddressMode &AM, const SDLoc &DL, MVT VT, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
2110 uint64_t Disp = (uint64_t)AddVal->getSExtValue() << Val; local
2176 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue(); local
2397 selectVectorAddr(MemSDNode *Parent, SDValue BasePtr, SDValue IndexOp, SDValue ScaleOp, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
2432 selectAddr(SDNode *Parent, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
2493 selectLEA64_32Addr(SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
2530 selectLEAAddr(SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
2620 selectTLSADDRAddr(SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
2678 tryFoldLoad(SDNode *Root, SDNode *P, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
2692 tryFoldBroadcast(SDNode *Root, SDNode *P, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
3079 SDValue Base, Scale, Index, Disp, Segment; local
4452 SDValue Disp = CurDAG->getTargetConstant(0, dl, MVT::i32); local
5489 SDValue Base, Scale, Index, Disp, Segment; local
5562 SDValue Base, Scale, Index, Disp, Segment; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp225 SDValue Base, Disp; local
64 SelectAddr(SDNode *Op, SDValue N, SDValue &Base, SDValue &Disp) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp169 isLoadStoreThatCanHandleDisplacement(const TargetInstrInfo *TII, const MachineInstr &MI, int64_t Disp) argument
/freebsd-13-stable/usr.sbin/ppp/
H A Dccp.h128 const char *(*Disp)(struct fsm_opt *); /* Use result immediately ! */ member in struct:ccp_algorithm
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h275 const MachineInstrBuilder &addDisp(const MachineOperand &Disp, int64_t off, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp222 printCOFFSymbolAddress(raw_ostream &Out, const std::vector<RelocationRef> &Rels, uint64_t Offset, uint32_t Disp) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp388 const MCOperand &Disp = MI.getOperand(Op + X86::AddrDisp); local
[all...]
H A DX86MCTargetDesc.cpp545 const MCOperand &Disp = Inst.getOperand(MemOpStart + X86::AddrDisp); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp569 getFD(StringRef Filename, std::error_code &EC, sys::fs::CreationDisposition Disp, sys::fs::FileAccess Access, sys::fs::OpenFlags Flags) argument
601 raw_fd_ostream(StringRef Filename, std::error_code &EC, sys::fs::CreationDisposition Disp) argument
615 raw_fd_ostream(StringRef Filename, std::error_code &EC, sys::fs::CreationDisposition Disp, sys::fs::FileAccess Access, sys::fs::OpenFlags Flags) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h59 const MCExpr *Disp; member in struct:llvm::final::MemOp
664 CreateMem(unsigned ModeSize, const MCExpr *Disp, SMLoc StartLoc, SMLoc EndLoc, argument
685 CreateMem(unsigned ModeSize, unsigned SegReg, const MCExpr *Disp, argument
[all...]
H A DX86AsmParser.cpp1390 const MCExpr *Disp = MCConstantExpr::create(0, getContext()); local
1399 const MCExpr *Disp = MCConstantExpr::create(0, getContext()); local
1533 CreateMemForMSInlineAsm( unsigned SegReg, const MCExpr *Disp, unsigned BaseReg, unsigned IndexReg, unsigned Scale, SMLoc Start, SMLoc End, unsigned Size, StringRef Identifier, const InlineAsmIdentifierInfo &Info) argument
2122 const MCExpr *Disp = SM.getSym(); local
2393 ParseMemOperand(unsigned SegReg, const MCExpr *&Disp, const SMLoc &StartLoc, SMLoc &EndLoc) argument
3316 const MCExpr *Disp = MCConstantExpr::create(0, getContext()); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h1051 openNativeFileForWrite(const Twine &Name, CreationDisposition Disp, OpenFlags Flags, unsigned Mode = 0666) argument
1073 openFileForReadWrite(const Twine &Name, int &ResultFD, CreationDisposition Disp, OpenFlags Flags, unsigned Mode = 0666) argument
1093 openNativeFileForReadWrite(const Twine &Name, CreationDisposition Disp, OpenFlags Flags, unsigned Mode = 0666) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp117 const MCExpr *Disp; member in struct:__anon4315::SystemZOperand::MemOp
182 createMem(MemoryKind MemKind, RegisterKind RegKind, unsigned Base, const MCExpr *Disp, unsigned Index, const MCExpr *LengthImm, unsigned LengthReg, SMLoc StartLoc, SMLoc EndLoc) argument
928 parseAddress(bool &HaveReg1, Register &Reg1, bool &HaveReg2, Register &Reg2, const MCExpr *&Disp, const MCExpr *&Length, bool HasLength, bool HasVectorIndex) argument
1042 const MCExpr *Disp; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp60 int64_t Disp; member in struct:__anon4325::SystemZAddressingMode
214 selectBDXAddr12Only(SDValue Addr, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
220 selectBDXAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
226 selectDynAlloc12Only(SDValue Addr, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
232 selectBDXAddr20Only(SDValue Addr, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
238 selectBDXAddr20Only128(SDValue Addr, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
244 selectBDXAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
250 selectLAAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
256 selectLAAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
517 shouldUseLA(SDNode *Base, int64_t Disp, SDNode *Index) argument
651 getAddressOperands(const SystemZAddressingMode &AM, EVT VT, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
685 selectBDXAddr(SystemZAddressingMode::AddrForm Form, SystemZAddressingMode::DispRange DR, SDValue Addr, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
697 selectBDVAddr12Only(SDValue Addr, SDValue Elem, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
1388 SDValue Base, Disp; local
1636 SDValue Base, Disp, Index; local
[all...]

Completed in 142 milliseconds

12