Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:CC

955   unsigned CC = FI.getCallingConvention();
956 bool IsFastCall = CC == llvm::CallingConv::X86_FastCall;
1259 // The default CC on x86-64 sets %al to the number of SSA
3145 llvm::CallingConv::ID cc = getRuntimeCC();
3146 if (cc != llvm::CallingConv::C)
3147 FI.setEffectiveCallingConvention(cc);