Home
last modified time | relevance | path

Searched defs:CC (Results 1 – 25 of 260) sorted by relevance

1234567891011

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp94 static unsigned getRsrc1Reg(CallingConv::ID CC) { in getRsrc1Reg()
116 static unsigned getScratchSizeKey(CallingConv::ID CC) { in getScratchSizeKey()
137 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { in setRsrc1()
141 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, const MCExpr *Val, in setRsrc1()
148 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { in setRsrc2()
152 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, const MCExpr *Val, in setRsrc2()
231 void AMDGPUPALMetadata::setEntryPoint(unsigned CC, StringRef Name) { in setEntryPoint()
235 getHwStage(CC)[".entry_point"] = MsgPackDoc.getNode(Name, /*Copy=*/true); in setEntryPoint() local
242 void AMDGPUPALMetadata::setNumUsedVgprs(CallingConv::ID CC, unsigned Val) { in setNumUsedVgprs()
252 getHwStage(CC)[".vgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedVgprs() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h278 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 DARMBaseInfo.h48 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/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp100 CallingConv::ID CC, const GCNSubtarget &ST) { in getPGMRSrc1Reg()
174 const MCExpr *SIProgramInfo::getPGMRSrc1(CallingConv::ID CC, in getPGMRSrc1()
195 const MCExpr *SIProgramInfo::getPGMRSrc2(CallingConv::ID CC, in getPGMRSrc2()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCCState.h33 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/lib/Target/M68k/
H A DM68kInstrInfo.h58 static inline M68k::CondCode GetOppositeBranchCondition(M68k::CondCode CC) { in GetOppositeBranchCondition()
97 static inline unsigned GetCondBranchFromCond(M68k::CondCode CC) { in GetCondBranchFromCond()
H A DM68kISelLowering.cpp275 static bool canGuaranteeTCO(CallingConv::ID CC) { return false; } in canGuaranteeTCO()
278 static bool mayTailCallThisCC(CallingConv::ID CC) { in mayTailCallThisCC()
290 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO()
1552 unsigned &CC) { in lowerOverflowArithmetic()
1634 unsigned CC; in LowerXALUO() local
1653 static SDValue getBitTestCondition(SDValue Src, SDValue BitNo, ISD::CondCode CC, in getBitTestCondition()
1675 static SDValue LowerAndToBTST(SDValue And, ISD::CondCode CC, const SDLoc &DL, in LowerAndToBTST()
1834 static SDValue LowerTruncateToBTST(SDValue Op, ISD::CondCode CC, in LowerTruncateToBTST()
2132 SDValue M68kTargetLowering::LowerToBTST(SDValue Op, ISD::CondCode CC, in LowerToBTST()
2149 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get(); in LowerSETCC() local
[all …]
/freebsd/lib/libclang_rt/asan_dynamic/
H A DMakefile88 CC= ${CXX} macro
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVE.h85 inline static const char *VECondCodeToString(VECC::CondCode CC) { in VECondCodeToString()
150 inline static bool isIntVECondCode(VECC::CondCode CC) { in isIntVECondCode()
154 inline static unsigned VECondCodeToVal(VECC::CondCode CC) { in VECondCodeToVal()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCmpInstAnalysis.h63 inline unsigned getFCmpCode(CmpInst::Predicate CC) { in getFCmpCode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp469 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 Dtrc_pkt_decode_etmv3.h142 uint32_t CC = 0; in getAtomCC() local
169 uint32_t CC = 0; in getRemainCC() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp84 static SPCC::CondCodes GetOppositeBranchCondition(SPCC::CondCodes CC) in GetOppositeBranchCondition()
195 int64_t CC = LastInst->getOperand(1).getImm(); in parseCondBranch() local
347 unsigned CC = Cond[1].getImm(); in insertBranch() local
396 SPCC::CondCodes CC = static_cast<SPCC::CondCodes>(Cond[1].getImm()); in reverseBranchCondition() local
/freebsd/contrib/lib9p/
H A DMakefile19 CC= clang macro
/freebsd/share/examples/ipfilter/samples/
H A DMakefile1 CC=gcc macro
/freebsd/contrib/gdtoa/
H A Dmakefile27 CC = cc macro
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp68 PDB_CallingConv CC = Symbol.getCallingConvention(); in start() local
169 CallingConvention CC = Signature->getCallingConvention(); in start() local
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A DMakefile11 CC=gcc macro
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MacroFusion.cpp28 X86::CondCode CC = X86::getCondFromBranch(MI); in classifySecond() local
/freebsd/usr.bin/c89/
H A Dc89.c40 #define CC "/usr/bin/cc" /* The big kahuna doing the actual work. */ macro
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DVE.h64 CallingConvCheckResult checkCallingConvention(CallingConv CC) const override { in checkCallingConvention()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp136 ARMCC::CondCodes CC, ARMCC::CondCodes OCC, in MoveCopyOutOfITBlock()
202 ARMCC::CondCodes CC = getITInstrPredicate(*MI, PredReg); in InsertITInstructions() local
/freebsd/sys/contrib/xz-embedded/userspace/
H A DMakefile13 CC = gcc -std=gnu89 macro
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp1661 unsigned CC = MI.getOperand(CurOp++).getImm(); in encodeInstruction() local
1668 unsigned CC = MI.getOperand(8).getImm(); in encodeInstruction() local
1700 unsigned CC = MI.getOperand(CurOp++).getImm(); in encodeInstruction() local
1761 unsigned CC = MI.getOperand(CurOp++).getImm(); in encodeInstruction() local
1825 unsigned CC = MI.getOperand(CurOp++).getImm(); in encodeInstruction() local
1836 unsigned CC = MI.getOperand(CurOp++).getImm(); in encodeInstruction() local
1868 unsigned CC = MI.getOperand(CurOp++).getImm(); in encodeInstruction() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp92 CallingConv CC = FT->getCallConv(); in getCallingConvMangling() local
108 CCMangling CC = getCallingConvMangling(ASTContext, D); in shouldMangleDeclName() local
179 CCMangling CC = getCallingConvMangling(ASTContext, D); in mangleName() local
492 auto CC = MD->getType()->castAs<FunctionProtoType>()->getCallConv(); in getAllManglings() local

1234567891011