Home
last modified time | relevance | path

Searched refs:isTargetMCU (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86Subtarget.h300 bool isTargetMCU() const { return TargetTriple.isOSIAMCU(); } in isTargetMCU() function
H A DX86CallingConv.td1074 // MCU calling convention. Thus, this should be checked before isTargetMCU().
1076 CCIfSubtarget<"isTargetMCU()", CCDelegateTo<CC_X86_32_MCU>>,
H A DX86FastISel.cpp3148 CB->paramHasAttr(0, Attribute::InReg) || Subtarget->isTargetMCU()) in computeBytesPoppedByCalleeForSRet()
H A DX86ISelLowering.cpp3647 if (Subtarget.isTargetMCU()) in hasCalleePopSRet()