Searched refs:CC (Results 476 - 500 of 682) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h325 /// calling convention \p CC.
329 ArrayRef<CallLowering::ArgInfo> Args, CallingConv::ID CC);
/freebsd-13-stable/contrib/expat/doc/
H A DMakefile.in203 CC = @CC@
/freebsd-13-stable/sys/dev/bhnd/
H A Dbhnd_subr.c81 BHND_CDESC(BCM, CC, CC, "ChipCommon I/O Controller"),
144 BHND_CDESC(BCM, 4706_CC, CC, "ChipCommon I/O Controller"),
182 BHND_DEVICE(BCM, CC, NULL, bhnd_chipc_clkctl_quirks),
/freebsd-13-stable/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c73 BHND_DEVICE(BCM, CC, "ChipCommon Power Control", pwrctl_quirks),
/freebsd-13-stable/contrib/openbsm/bin/
H A DMakefile.in198 CC = @CC@
/freebsd-13-stable/contrib/openbsm/bsm/
H A DMakefile.in182 CC = @CC@
/freebsd-13-stable/contrib/openbsm/man/
H A DMakefile.in165 CC = @CC@
/freebsd-13-stable/contrib/openbsm/modules/
H A DMakefile.in193 CC = @CC@
/freebsd-13-stable/contrib/openbsm/sys/
H A DMakefile.in193 CC = @CC@
/freebsd-13-stable/contrib/openbsm/sys/bsm/
H A DMakefile.in185 CC = @CC@
/freebsd-13-stable/contrib/openbsm/test/
H A DMakefile.in193 CC = @CC@
/freebsd-13-stable/contrib/openpam/bin/
H A DMakefile.in197 CC = @CC@
/freebsd-13-stable/contrib/openpam/doc/
H A DMakefile.in195 CC = @CC@
/freebsd-13-stable/contrib/openpam/include/
H A DMakefile.in195 CC = @CC@
/freebsd-13-stable/contrib/openpam/include/security/
H A DMakefile.in184 CC = @CC@
/freebsd-13-stable/contrib/openpam/lib/
H A DMakefile.in196 CC = @CC@
/freebsd-13-stable/contrib/openpam/modules/
H A DMakefile.in196 CC = @CC@
/freebsd-13-stable/contrib/ntp/sntp/include/
H A DMakefile.in165 CC = @CC@
/freebsd-13-stable/contrib/ntp/sntp/scripts/
H A DMakefile.in162 CC = @CC@
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp926 bool isEntryFunctionCC(CallingConv::ID CC) { argument
927 switch (CC) {
1302 CallingConv::ID CC = F->getCallingConv();
1303 switch (CC) {
/freebsd-13-stable/share/mk/
H A Dbsd.prog.mk159 ${CC:N${CCACHE_BIN}} ${CFLAGS:N-M*} ${LDFLAGS} -o ${.TARGET} ${OBJS} \
194 ${CC:N${CCACHE_BIN}} ${CFLAGS:N-M*} ${LDFLAGS} -o ${.TARGET} ${OBJS} \
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1100 uint8_t CC; member in class:llvm::DISubroutineType
1103 uint8_t CC, ArrayRef<Metadata *> Ops)
1106 CC(CC) {}
1110 uint8_t CC, DITypeRefArray TypeArray,
1113 return getImpl(Context, Flags, CC, TypeArray.get(), Storage, ShouldCreate);
1116 uint8_t CC, Metadata *TypeArray,
1126 (DIFlags Flags, uint8_t CC, DITypeRefArray TypeArray),
1127 (Flags, CC, TypeArray))
1129 (DIFlags Flags, uint8_t CC, Metadat
1102 DISubroutineType(LLVMContext &C, StorageType Storage, DIFlags Flags, uint8_t CC, ArrayRef<Metadata *> Ops) argument
1109 getImpl(LLVMContext &Context, DIFlags Flags, uint8_t CC, DITypeRefArray TypeArray, StorageType Storage, bool ShouldCreate = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp70 ARMCC::CondCodes CC = getInstrPredicate(*Tail, PredReg); local
72 if (CC != ARMCC::AL)
80 if (CC != ARMCC::AL) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h292 MVT getRegisterTypeForCallingConv(LLVMContext &Context, CallingConv::ID CC,
298 CallingConv::ID CC,
303 LLVMContext &Context, CallingConv::ID CC, EVT VT, EVT &IntermediateVT,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp224 ISD::CondCode llvm::getFCmpCodeWithoutNaN(ISD::CondCode CC) { argument
225 switch (CC) {
232 default: return CC;

Completed in 239 milliseconds

<<11121314151617181920>>