Home
last modified time | relevance | path

Searched defs:IsLP64 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h43 bool IsLP64; variable
H A DX86FrameLowering.cpp109 return IsLP64 ? X86::SUB64ri32 : X86::SUB32ri; in getSUBriOpcode() argument
113 return IsLP64 ? X86::ADD64ri32 : X86::ADD32ri; in getADDriOpcode() argument
117 return IsLP64 ? X86::SUB64rr : X86::SUB32rr; in getSUBrrOpcode() argument
121 return IsLP64 ? X86::ADD64rr : X86::ADD32rr; in getADDrrOpcode() argument
125 getANDriOpcode(bool IsLP64,int64_t Imm) getANDriOpcode() argument
129 getLEArOpcode(bool IsLP64) getLEArOpcode() argument
3169 GetScratchRegister(bool Is64Bit,bool IsLP64,const MachineFunction & MF,bool Primary) GetScratchRegister() argument
[all...]
H A DX86ISelLowering.cpp35248 getSUBriOpcode(bool IsLP64) getSUBriOpcode() argument
35360 const bool IsLP64 = Subtarget.isTarget64BitLP64(); EmitLoweredSegAlloca() local
[all...]