Home
last modified time | relevance | path

Searched refs:ZExtUpper (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h42 ZExtUpper, // The value is in the upper bits of the location and should be enumerator
161 return HTP == AExtUpper || HTP == SExtUpper || HTP == ZExtUpper; in isUpperBitsInLoc()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2875 LocInfo = CCValAssign::ZExtUpper; in CC_MipsO32()
3311 case CCValAssign::ZExtUpper: in LowerCall()
3507 VA.getLocInfo() == CCValAssign::ZExtUpper ? ISD::SRL : ISD::SRA; in LowerCallResult()
3526 case CCValAssign::ZExtUpper: in LowerCallResult()
3557 case CCValAssign::ZExtUpper: { in UnpackFromArgumentSlot()
3561 VA.getLocInfo() == CCValAssign::ZExtUpper ? ISD::SRL : ISD::SRA; in UnpackFromArgumentSlot()
3587 case CCValAssign::ZExtUpper: in UnpackFromArgumentSlot()
3830 case CCValAssign::ZExtUpper: in LowerReturn()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp3377 case CCValAssign::ZExtUpper: in fastLowerCall()