Searched refs:Is64bit (Results 1 – 2 of 2) sorted by relevance
98 bool Is64bit = static_cast<const X86Subtarget &>( in CC_X86_VectorCallAssignRegister() 112 if (Is64bit && State.IsShadowAllocatedReg(Reg)) { in CC_X86_VectorCallAssignRegister() 97 bool Is64bit = static_cast<const X86Subtarget &>( CC_X86_VectorCallAssignRegister() local
4623 bool Is64bit = (DestVT == MVT::i64); in selectRem() local4628 DivOpc = Is64bit ? AArch64::SDIVXr : AArch64::SDIVWr; in selectRem()4631 DivOpc = Is64bit ? AArch64::UDIVXr : AArch64::UDIVWr; in selectRem()4634 unsigned MSubOpc = Is64bit ? AArch64::MSUBXrrr : AArch64::MSUBWrrr; in selectRem()