| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.cpp | 32 static const char *getStageName(CallingConv::ID CC) { in getStageName() 117 static unsigned getRsrc1Reg(CallingConv::ID CC) { in getRsrc1Reg() 139 static unsigned getScratchSizeKey(CallingConv::ID CC) { in getScratchSizeKey() 160 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { in setRsrc1() 164 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, const MCExpr *Val, in setRsrc1() 171 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { in setRsrc2() 175 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, const MCExpr *Val, in setRsrc2() 254 void AMDGPUPALMetadata::setEntryPoint(unsigned CC, StringRef Name) { in setEntryPoint() 260 getHwStage(CC)[".entry_point_symbol"] = in setEntryPoint() local 270 getHwStage(CC)[".entry_point"] = in setEntryPoint() local [all …]
|
| H A D | AMDGPUBaseInfo.h | 1398 constexpr bool isShader(CallingConv::ID CC) { in isShader() 1416 constexpr bool isGraphics(CallingConv::ID CC) { in isGraphics() 1421 constexpr bool isCompute(CallingConv::ID CC) { in isCompute() 1426 constexpr bool isEntryFunctionCC(CallingConv::ID CC) { in isEntryFunctionCC() 1444 constexpr bool isChainCC(CallingConv::ID CC) { in isChainCC() 1461 constexpr bool isModuleEntryFunctionCC(CallingConv::ID CC) { in isModuleEntryFunctionCC() 1471 constexpr inline bool isKernel(CallingConv::ID CC) { in isKernel() 1482 constexpr bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() 1488 constexpr bool mayTailCallThisCC(CallingConv::ID CC) { in mayTailCallThisCC()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | ConstructionContext.h | 278 auto *CC = C.getAllocator().Allocate<T>(); in create() local 335 static bool classof(const ConstructionContext *CC) { in classof() 353 static bool classof(const ConstructionContext *CC) { in classof() 382 static bool classof(const ConstructionContext *CC) { in classof() 406 static bool classof(const ConstructionContext *CC) { in classof() 424 static bool classof(const ConstructionContext *CC) { in classof() 456 static bool classof(const ConstructionContext *CC) { in classof() 477 static bool classof(const ConstructionContext *CC) { in classof() 517 static bool classof(const ConstructionContext *CC) { in classof() 536 static bool classof(const ConstructionContext *CC) { in classof() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Utils/ |
| H A D | ARMBaseInfo.h | 48 inline static CondCodes getOppositeCondition(CondCodes CC) { in getOppositeCondition() 71 inline static ARMCC::CondCodes getSwappedCondition(ARMCC::CondCodes CC) { in getSwappedCondition() 130 inline static const char *ARMVPTPredToString(ARMVCC::VPTCodes CC) { in ARMVPTPredToString() 139 inline static unsigned ARMVectorCondCodeFromString(StringRef CC) { in ARMVectorCondCodeFromString() 146 inline static const char *ARMCondCodeToString(ARMCC::CondCodes CC) { in ARMCondCodeToString() 167 inline static unsigned ARMCondCodeFromString(StringRef CC) { in ARMCondCodeFromString()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ModRef.h | 315 inline bool capturesNothing(CaptureComponents CC) { in capturesNothing() 319 inline bool capturesAnything(CaptureComponents CC) { in capturesAnything() 323 inline bool capturesAddressIsNullOnly(CaptureComponents CC) { in capturesAddressIsNullOnly() 327 inline bool capturesAddress(CaptureComponents CC) { in capturesAddress() 331 inline bool capturesReadProvenanceOnly(CaptureComponents CC) { in capturesReadProvenanceOnly() 336 inline bool capturesFullProvenance(CaptureComponents CC) { in capturesFullProvenance() 340 inline bool capturesAnyProvenance(CaptureComponents CC) { in capturesAnyProvenance() 344 inline bool capturesAll(CaptureComponents CC) { in capturesAll()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIProgramInfo.cpp | 107 CallingConv::ID CC, const GCNSubtarget &ST) { in getPGMRSrc1Reg() 181 const MCExpr *SIProgramInfo::getPGMRSrc1(CallingConv::ID CC, in getPGMRSrc1() 202 const MCExpr *SIProgramInfo::getPGMRSrc2(CallingConv::ID CC, in getPGMRSrc2()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCCCState.h | 33 PPCCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, in PPCCCState() 46 AIXCCState(CallingConv::ID CC, bool IsVarArg, MachineFunction &MF, in AIXCCState()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CallingConvEmitter.cpp | 67 for (const Record *CC : CCs) { in run() local 86 for (const Record *CC : CCs) { in run() local 97 void CallingConvEmitter::emitCallingConv(const Record *CC, raw_ostream &O) { in emitCallingConv() 228 const Record *CC = Action->getValueAsDef("CC"); in emitAction() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.h | 58 static inline M68k::CondCode GetOppositeBranchCondition(M68k::CondCode CC) { in GetOppositeBranchCondition() 97 static inline unsigned GetCondBranchFromCond(M68k::CondCode CC) { in GetCondBranchFromCond()
|
| H A D | M68kISelLowering.cpp | 277 static bool canGuaranteeTCO(CallingConv::ID CC) { return false; } in canGuaranteeTCO() 280 static bool mayTailCallThisCC(CallingConv::ID CC) { in mayTailCallThisCC() 292 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() 1554 unsigned &CC) { in lowerOverflowArithmetic() 1636 unsigned CC; in LowerXALUO() local 1655 static SDValue getBitTestCondition(SDValue Src, SDValue BitNo, ISD::CondCode CC, in getBitTestCondition() 1677 static SDValue LowerAndToBTST(SDValue And, ISD::CondCode CC, const SDLoc &DL, in LowerAndToBTST() 1836 static SDValue LowerTruncateToBTST(SDValue Op, ISD::CondCode CC, in LowerTruncateToBTST() 2134 SDValue M68kTargetLowering::LowerToBTST(SDValue Op, ISD::CondCode CC, in LowerToBTST() 2151 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get(); in LowerSETCC() local [all …]
|
| /freebsd/lib/libclang_rt/asan_dynamic/ |
| H A D | Makefile | 90 CC= ${CXX} macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VE.h | 86 inline static const char *VECondCodeToString(VECC::CondCode CC) { in VECondCodeToString() 151 inline static bool isIntVECondCode(VECC::CondCode CC) { in isIntVECondCode() 155 inline static unsigned VECondCodeToVal(VECC::CondCode CC) { in VECondCodeToVal()
|
| H A D | VEISelLowering.h | 69 inline static VECC::CondCode intCondCode2Icc(ISD::CondCode CC) { in intCondCode2Icc() 97 inline static VECC::CondCode fpCondCode2Fcc(ISD::CondCode CC) { in fpCondCode2Fcc()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SwitchLoweringUtils.cpp | 469 for (const CaseCluster &CC : Clusters) in sortAndRangeify() local 481 CaseCluster &CC = Clusters[SrcIndex]; in sortAndRangeify() local 499 unsigned SwitchCG::SwitchLowering::caseClusterRank(const CaseCluster &CC, in caseClusterRank() 547 CaseCluster &CC = *FirstRight; in computeSplitWorkItemInfo() local 559 CaseCluster &CC = *LastLeft; in computeSplitWorkItemInfo() local
|
| /freebsd/contrib/opencsd/decoder/include/opencsd/etmv3/ |
| H A D | trc_pkt_decode_etmv3.h | 142 uint32_t CC = 0; in getAtomCC() local 169 uint32_t CC = 0; in getRemainCC() local
|
| /freebsd/contrib/lib9p/ |
| H A D | Makefile | 19 CC= clang macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.cpp | 82 static SPCC::CondCodes GetOppositeBranchCondition(SPCC::CondCodes CC) in GetOppositeBranchCondition() 193 int64_t CC = LastInst->getOperand(1).getImm(); in parseCondBranch() local 345 unsigned CC = Cond[1].getImm(); in insertBranch() local 394 SPCC::CondCodes CC = static_cast<SPCC::CondCodes>(Cond[1].getImm()); in reverseBranchCondition() local
|
| /freebsd/share/examples/ipfilter/samples/ |
| H A D | Makefile | 1 CC=gcc macro
|
| /freebsd/contrib/gdtoa/ |
| H A D | makefile | 27 CC = cc macro
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__support/ibm/ |
| H A D | gettod_zos.h | 25 uint64_t CC = 0; in gettimeofdayMonotonic() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CmpInstAnalysis.h | 64 inline unsigned getFCmpCode(CmpInst::Predicate CC) { in getFCmpCode()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyFunctionDumper.cpp | 68 PDB_CallingConv CC = Symbol.getCallingConvention(); in start() local 169 CallingConvention CC = Signature->getCallingConvention(); in start() local
|
| /freebsd/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | Makefile | 11 CC=gcc macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86MacroFusion.cpp | 28 X86::CondCode CC = X86::getCondFromBranch(MI); in classifySecond() local
|
| /freebsd/usr.bin/c89/ |
| H A D | c89.c | 40 #define CC "/usr/bin/cc" /* The big kahuna doing the actual work. */ macro
|