Home
last modified time | relevance | path

Searched defs:CCState (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h208 CCState &) { in RetCC_SystemZ_Error() argument
213 ISD::ArgFlagsTy &, CCState &) { in CC_SystemZ_Error() argument
219 CCState &) { in CC_SystemZ_GHC_Error() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCCState.h86 : CCState(CC, isVarArg, MF, locs, C), SpecialCallingConv(SpecialCC) {} in CCState() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.cpp17 CCState &) { in CC_PPC_AnyReg_Error() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CallingConv.cpp230 CCState &) { in CC_X86_AnyReg_Error() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCallingConvLower.cpp30 CCState::CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &mf, in CCState() function in CCState
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h27 class CCState; variable
H A DTargetLowering.h67 class CCState; variable
3923 virtual void HandleByVal(CCState *, unsigned &, Align) const {} in HandleByVal() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp1084 struct CCState { struct
1085 CCState(CGFunctionInfo &FI) in CCState() function
1088 llvm::SmallBitVector IsPreassigned;
1089 unsigned CC = CallingConv::CC_C;
1090 unsigned FreeRegs = 0;
1091 unsigned FreeSSERegs = 0;