Searched refs:CC (Results 226 - 250 of 682) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/modules/cloudabi32/
H A DMakefile36 ${CC} ${CCLDFLAGS} -x assembler-with-cpp -m32 -shared -nostdinc -nostdlib \
/freebsd-13-stable/share/mk/
H A Dbsd.clang-analyze.mk34 .error Clang static analyzer requires clang but found that compiler '${CC}' is ${COMPILER_TYPE}
60 ${CC:N${CCACHE_BIN}} ${CLANG_ANALYZE_FLAGS} \
H A Dbsd.lib.mk12 _LD= ${CC}
142 ${CC} ${PO_FLAG} ${STATIC_CFLAGS} ${PO_CFLAGS} -c ${.IMPSRC} -o ${.TARGET}
146 ${CC} ${PICFLAG} -DPIC ${SHARED_CFLAGS} ${CFLAGS} -c ${.IMPSRC} -o ${.TARGET}
150 ${CC} ${PICFLAG} -DPIC ${SHARED_CFLAGS:C/^-fstack-protector.*$//} ${CFLAGS:C/^-fstack-protector.*$//} -c ${.IMPSRC} -o ${.TARGET}
154 ${CC} ${PIEFLAG} -DPIC ${SHARED_CFLAGS} ${CFLAGS} -c ${.IMPSRC} -o ${.TARGET}
186 ${CC:N${CCACHE_BIN}} -x assembler-with-cpp -DPROF ${PO_CFLAGS} \
191 ${CC:N${CCACHE_BIN}} -x assembler-with-cpp ${PICFLAG} -DPIC \
196 ${CC:N${CCACHE_BIN}} -x assembler-with-cpp ${PICFLAG} -DPIC \
201 ${CC:N${CCACHE_BIN}} -x assembler-with-cpp ${PIEFLAG} -DPIC \
206 ${CC
[all...]
/freebsd-13-stable/stand/mips/uboot/
H A DMakefile54 ${CC} ${CFLAGS} -T ldscript.abs ${LDFLAGS} \
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A DMakefile77 ${CC} ${PICFLAG} -DPIC ${CFLAGS:C/^-W.*//} -c ${.IMPSRC} -o ${.TARGET}
/freebsd-13-stable/usr.sbin/cron/doc/
H A DMakefile.vixie71 #<<want to use a nonstandard CC?>>
72 #CC = vcc
110 $(CC) $(LDFLAGS) -o cron $(CRON_OBJ) $(LIBS)
113 $(CC) $(LDFLAGS) -o crontab $(CRONTAB_OBJ) $(LIBS)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h301 virtual void markLibCallAttributes(MachineFunction *MF, unsigned CC, argument
721 SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y,
730 if (OldShiftOpcode == ISD::SHL && CC->isOne())
958 LLVMContext &Context, CallingConv::ID CC, EVT VT, EVT &IntermediateVT,
1296 getCondCodeAction(ISD::CondCode CC, MVT VT) const {
1297 assert((unsigned)CC < array_lengthof(CondCodeActions) &&
1302 uint32_t Value = CondCodeActions[CC][VT.SimpleTy >> 3];
1309 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const { argument
1310 return getCondCodeAction(CC, VT) == Legal;
1315 bool isCondCodeLegalOrCustom(ISD::CondCode CC, MV argument
720 shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd( SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y, unsigned OldShiftOpcode, unsigned NewShiftOpcode, SelectionDAG &DAG) const argument
957 getVectorTypeBreakdownForCallingConv( LLVMContext &Context, CallingConv::ID CC, EVT VT, EVT &IntermediateVT, unsigned &NumIntermediates, MVT &RegisterVT) const argument
1457 getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC, EVT VT) const argument
1465 getNumRegistersForCallingConv(LLVMContext &Context, CallingConv::ID CC, EVT VT) const argument
2777 setCmpLibcallCC(RTLIB::Libcall Call, ISD::CondCode CC) argument
2788 setLibcallCallingConv(RTLIB::Libcall Call, CallingConv::ID CC) argument
3712 setLibCallee(CallingConv::ID CC, Type *ResultType, SDValue Target, ArgListTy &&ArgsList) argument
3725 setCallee(CallingConv::ID CC, Type *ResultType, SDValue Target, ArgListTy &&ArgsList) argument
[all...]
H A DFastISel.h149 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy, argument
154 CallConv = CC;
161 CallingConv::ID CC, Type *ResultTy,
165 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy, argument
170 CallConv = CC;
/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A DMakefile.in135 libcom_err_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
147 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
149 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
150 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
152 CCLD = $(CC)
153 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
187 CC = @CC@
593 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC)
[all...]
/freebsd-13-stable/contrib/bmake/mk/
H A Down.mk40 COMPILE.s?= ${CC} ${AFLAGS} -c
41 LINK.s?= ${CC} ${AFLAGS} ${LDFLAGS}
42 COMPILE.S?= ${CC} ${AFLAGS} ${CPPFLAGS} -c -traditional-cpp
43 LINK.S?= ${CC} ${AFLAGS} ${CPPFLAGS} ${LDFLAGS}
44 COMPILE.c?= ${CC} ${CFLAGS} ${CPPFLAGS} -c
45 LINK.c?= ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp125 if (const auto *CC = dyn_cast<CXXConstructorCall>(&Call)) {
126 if (CC->getDecl()->isCopyOrMoveConstructor())
129 const MemRegion *ThisValRegion = CC->getCXXThisVal().getAsRegion();
H A DMoveChecker.cpp469 const auto *CC = dyn_cast_or_null<CXXConstructorCall>(&Call); local
470 if (CC && CC->getCXXThisVal().getAsRegion() == ArgRegion)
610 if (const auto *CC = dyn_cast<CXXConstructorCall>(&Call)) {
611 State = removeFromState(State, CC->getCXXThisVal().getAsRegion());
612 auto CtorDec = CC->getDecl();
615 const MemRegion *ArgRegion = CC->getArgSVal(0).getAsRegion();
/freebsd-13-stable/contrib/dma/
H A DMakefile16 CC?= gcc macro
96 ${CC} ${CFLAGS} ${CPPFLAGS} -include dfcompat.h -o $@ -c $<
99 ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LDADD}
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp127 // Print out the error messages generated by CC if possible...
433 Expected<CC::FileType> LLC::OutputCode(const std::string &Bitcode,
468 return UseIntegratedAssembler ? CC::ObjectFile : CC::AsmFile;
474 Expected<CC::FileType> Result =
491 Expected<CC::FileType> FileKind =
500 // Assuming LLC worked, compile the result with CC and run it.
519 CC *cc = CC::create(Argv0, Message, CCBinary, CCArgs);
605 // CC abstractio
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp301 CallingConv::ID CC = F.getCallingConv(); local
304 if (TLI.getNumRegistersForCallingConv(Ctx, CC, SplitEVTs[i]) > 1) {
318 // Some types will need extending as specified by the CC.
319 MVT NewVT = TLI.getRegisterTypeForCallingConv(Ctx, CC, SplitEVTs[i]);
376 splitToValueTypes(CurArgInfo, SplitArgs, DL, MRI, CC);
525 static bool canGuaranteeTCO(CallingConv::ID CC) {
526 return CC == CallingConv::Fast;
530 static bool mayTailCallThisCC(CallingConv::ID CC) {
531 switch (CC) {
537 return canGuaranteeTCO(CC);
[all...]
/freebsd-13-stable/sys/modules/linux/
H A DMakefile63 ${CC} ${CCLDFLAGS} -x assembler-with-cpp -DLOCORE -m32 -shared -s \
72 ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
87 ${CC} -c ${CFLAGS:N-flto:N-fno-common} -fcommon ${.IMPSRC}
/freebsd-13-stable/contrib/sqlite3/
H A Dconfigure690 CC
788 CC
1349 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1465 CC C compiler command
2300 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2301 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2982 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2983 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2993 if test -n "$CC"; then
2994 ac_cv_prog_CC="$CC" # Le
[all...]
/freebsd-13-stable/contrib/file/
H A Dconfigure681 CC
790 CC
1341 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1450 CC C compiler command
2529 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2530 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3469 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3470 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3480 if test -n "$CC"; then
3481 ac_cv_prog_CC="$CC" # Le
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp220 SDValue SelectCC(SDValue LHS, SDValue RHS, ISD::CondCode CC,
2515 SDValue get32BitZExtCompare(SDValue LHS, SDValue RHS, ISD::CondCode CC,
2517 SDValue get32BitSExtCompare(SDValue LHS, SDValue RHS, ISD::CondCode CC,
2519 SDValue get64BitZExtCompare(SDValue LHS, SDValue RHS, ISD::CondCode CC,
2521 SDValue get64BitSExtCompare(SDValue LHS, SDValue RHS, ISD::CondCode CC,
2922 ISD::CondCode CC,
2930 switch (CC) {
3095 ISD::CondCode CC,
3104 switch (CC) {
3267 ISD::CondCode CC,
2921 get32BitZExtCompare(SDValue LHS, SDValue RHS, ISD::CondCode CC, int64_t RHSValue, SDLoc dl) argument
3094 get32BitSExtCompare(SDValue LHS, SDValue RHS, ISD::CondCode CC, int64_t RHSValue, SDLoc dl) argument
3266 get64BitZExtCompare(SDValue LHS, SDValue RHS, ISD::CondCode CC, int64_t RHSValue, SDLoc dl) argument
3423 get64BitSExtCompare(SDValue LHS, SDValue RHS, ISD::CondCode CC, int64_t RHSValue, SDLoc dl) argument
3624 ISD::CondCode CC = local
3710 SelectCC(SDValue LHS, SDValue RHS, ISD::CondCode CC, const SDLoc &dl) argument
3867 getPredicateForSetCC(ISD::CondCode CC, const EVT &VT, const PPCSubtarget *Subtarget) argument
3908 getCRIdxForSetCC(ISD::CondCode CC, bool &Invert) argument
3940 getVCmpInst(MVT VecVT, ISD::CondCode CC, bool HasVSX, bool &Swap, bool &Negate) argument
4051 ISD::CondCode CC = cast<CondCodeSDNode>(N->getOperand(2))->get(); local
4248 mayUseP9Setb(SDNode *N, const ISD::CondCode &CC, SelectionDAG *DAG, bool &NeedSwapOps, bool &IsUnCmp) argument
4989 ISD::CondCode CC = cast<CondCodeSDNode>(N->getOperand(4))->get(); local
5195 ISD::CondCode CC = cast<CondCodeSDNode>(N->getOperand(1))->get(); local
[all...]
/freebsd-13-stable/contrib/openpam/
H A Dconfigure712 CC
808 CC
1364 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1479 CC C compiler command
2278 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2279 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2899 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2900 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2905 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2906 ac_link='$CC
[all...]
/freebsd-13-stable/contrib/ntp/ntpd/
H A DMakefile.in242 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
244 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
245 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
250 am__v_CC_0 = @echo " CC " $@;
252 CCLD = $(CC)
253 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
355 CC = @CC@
1163 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_config.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_config.Tpo -c -o ntpdsim-ntp_config.o `test -f 'ntp_config.c' || echo '$(srcdir)/'`ntp_config.c
1167 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC)
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp464 for (const CaseCluster &CC : Clusters)
465 assert(CC.Low == CC.High && "Input clusters must be single-case");
476 CaseCluster &CC = Clusters[SrcIndex]; local
477 const ConstantInt *CaseVal = CC.Low;
478 MachineBasicBlock *Succ = CC.MBB;
485 Clusters[DstIndex - 1].Prob += CC.Prob;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h530 bool isShader(CallingConv::ID CC);
533 bool isCompute(CallingConv::ID CC);
536 bool isEntryFunctionCC(CallingConv::ID CC);
540 inline bool isKernel(CallingConv::ID CC) { argument
541 switch (CC) {
737 static SIModeRegisterDefaults getDefaultForCallingConv(CallingConv::ID CC) { argument
738 const bool IsCompute = AMDGPU::isCompute(CC);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp284 CallingConv::ID CC = F.getCallingConv(); local
289 CC = CallingConv::X86_INTR;
291 switch (CC) {
404 CallingConv::ID CC) const {
410 switch (CC) {
545 CallingConv::ID CC = MF.getFunction().getCallingConv(); local
546 const uint32_t *RegMask = getCallPreservedMask(MF, CC);
/freebsd-13-stable/contrib/libpcap/
H A DMakefile.in48 CC = @CC@
87 $(CC) $(FULL_CFLAGS) -c $(srcdir)/$*.c
426 $(CC) -dynamiclib -undefined error $(LDFLAGS) @V_LIB_LDFLAGS_FAT@ \
462 $(CC) $(LDFLAGS) @V_SHLIB_OPT@ -o shr.o $(OBJ) $(ADDLOBJS) $(LIBS)
481 $(CC) $(FULL_CFLAGS) -c scanner.c
493 $(CC) $(FULL_CFLAGS) -c grammar.c
496 $(CC) $(FULL_CFLAGS) -c $(srcdir)/gencode.c
499 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/asprintf.c
502 $(CC)
[all...]

Completed in 277 milliseconds

1234567891011>>