Searched defs:IsLP64 (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86FrameLowering.h | 43 bool IsLP64; variable |
H A D | X86FrameLowering.cpp | 109 return IsLP64 ? X86::SUB64ri32 : X86::SUB32ri; in getSUBriOpcode() argument |
H A D | X86ISelLowering.cpp | 35248 getSUBriOpcode(bool IsLP64) getSUBriOpcode() argument |