Home
last modified time | relevance | path

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

1234567891011

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp93 getRsrc1Reg(CallingConv::ID CC) getRsrc1Reg() argument
115 getScratchSizeKey(CallingConv::ID CC) getScratchSizeKey() argument
136 setRsrc1(CallingConv::ID CC,unsigned Val) setRsrc1() argument
142 setRsrc2(CallingConv::ID CC,unsigned Val) setRsrc2() argument
186 setEntryPoint(unsigned CC,StringRef Name) setEntryPoint() argument
190 getHwStage(CC)[".entry_point"] = MsgPackDoc.getNode(Name, /*Copy=*/true); setEntryPoint() local
197 setNumUsedVgprs(CallingConv::ID CC,unsigned Val) setNumUsedVgprs() argument
207 getHwStage(CC)[".vgpr_count"] = MsgPackDoc.getNode(Val); setNumUsedVgprs() local
211 setNumUsedAgprs(CallingConv::ID CC,unsigned Val) setNumUsedAgprs() argument
212 getHwStage(CC)[".agpr_count"] = Val; setNumUsedAgprs() local
218 setNumUsedSgprs(CallingConv::ID CC,unsigned Val) setNumUsedSgprs() argument
228 getHwStage(CC)[".sgpr_count"] = MsgPackDoc.getNode(Val); setNumUsedSgprs() local
232 setScratchSize(CallingConv::ID CC,unsigned Val) setScratchSize() argument
239 getHwStage(CC)[".scratch_memory_size"] = MsgPackDoc.getNode(Val); setScratchSize() local
271 setWave32(unsigned CC) setWave32() argument
844 getStageName(CallingConv::ID CC) getStageName() argument
877 getHwStage(unsigned CC) getHwStage() argument
937 setHwStage(unsigned CC,StringRef field,unsigned Val) setHwStage() argument
938 getHwStage(CC)[field] = Val; setHwStage() local
941 setHwStage(unsigned CC,StringRef field,bool Val) setHwStage() argument
942 getHwStage(CC)[field] = Val; setHwStage() local
[all...]
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.cpp22 getNumRegistersForCallingConv(LLVMContext & Context,CallingConv::ID CC,EVT VT) const getNumRegistersForCallingConv() argument
36 getRegisterTypeForCallingConv(LLVMContext & Context,CallingConv::ID CC,EVT VT) const getRegisterTypeForCallingConv() argument
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h58 static inline M68k::CondCode GetOppositeBranchCondition(M68k::CondCode CC) { in GetOppositeBranchCondition() argument
97 static inline unsigned GetCondBranchFromCond(M68k::CondCode CC) { in GetCondBranchFromCond() argument
H A DM68kISelLowering.cpp275 static bool canGuaranteeTCO(CallingConv::ID CC) { return false; } in canGuaranteeTCO() argument
278 static bool mayTailCallThisCC(CallingConv::ID CC) { in mayTailCallThisCC() argument
290 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() argument
1551 lowerOverflowArithmetic(SDValue Op,SelectionDAG & DAG,SDValue & Result,SDValue & CCR,unsigned & CC) lowerOverflowArithmetic() argument
1633 unsigned CC; LowerXALUO() local
1652 getBitTestCondition(SDValue Src,SDValue BitNo,ISD::CondCode CC,const SDLoc & DL,SelectionDAG & DAG) getBitTestCondition() argument
1674 LowerAndToBTST(SDValue And,ISD::CondCode CC,const SDLoc & DL,SelectionDAG & DAG) LowerAndToBTST() argument
1833 LowerTruncateToBTST(SDValue Op,ISD::CondCode CC,const SDLoc & DL,SelectionDAG & DAG) LowerTruncateToBTST() argument
2131 LowerToBTST(SDValue Op,ISD::CondCode CC,const SDLoc & DL,SelectionDAG & DAG) const LowerToBTST() argument
2148 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get(); LowerSETCC() local
2216 M68k::CondCode CC = TranslateIntegerM68kCC(cast<CondCodeSDNode>(Cond)->get()); LowerSETCCCARRY() local
2265 SDValue CC; LowerSELECT() local
2455 SDValue CC; LowerBRCOND() local
3046 isCalleePop(CallingConv::ID CC,bool IsVarArg,bool GuaranteeTCO) isCalleePop() argument
3156 M68k::CondCode CC = M68k::CondCode(MI.getOperand(3).getImm()); EmitLoweredSelect() local
3461 SDValue CC = LowerShiftLeftParts() local
3516 SDValue CC = LowerShiftRightParts() local
3562 combineSetCCCCR(SDValue CCR,M68k::CondCode & CC,SelectionDAG & DAG,const M68kSubtarget & Subtarget) combineSetCCCCR() argument
3576 M68k::CondCode CC = M68k::CondCode(N->getConstantOperandVal(0)); combineM68kSetCC() local
3588 M68k::CondCode CC = M68k::CondCode(N->getConstantOperandVal(2)); combineM68kBrCond() local
3702 getCCAssignFn(CallingConv::ID CC,bool Return,bool IsVarArg) const getCCAssignFn() argument
[all...]
/freebsd-src/lib/libclang_rt/asan_dynamic/
H A DMakefile89 CC= ${CXX} global() macro
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVE.h85 inline static const char *VECondCodeToString(VECC::CondCode CC) { in VECondCodeToString() argument
150 inline static bool isIntVECondCode(VECC::CondCode CC) { in isIntVECondCode() argument
154 inline static unsigned VECondCodeToVal(VECC::CondCode CC) { in VECondCodeToVal() argument
H A DVEISelLowering.h69 inline static VECC::CondCode intCondCode2Icc(ISD::CondCode CC) { in intCondCode2Icc()
97 inline static VECC::CondCode fpCondCode2Fcc(ISD::CondCode CC) { in fpCondCode2Fcc()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCmpInstAnalysis.h63 inline unsigned getFCmpCode(CmpInst::Predicate CC) { in getFCmpCode()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp468 for (const CaseCluster &CC : Clusters) sortAndRangeify() local
480 CaseCluster &CC = Clusters[SrcIndex]; sortAndRangeify() local
498 caseClusterRank(const CaseCluster & CC,CaseClusterIt First,CaseClusterIt Last) caseClusterRank() argument
546 CaseCluster &CC = *FirstRight; computeSplitWorkItemInfo() local
558 CaseCluster &CC = *LastLeft; computeSplitWorkItemInfo() local
[all...]
/freebsd-src/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-src/contrib/lib9p/
H A DMakefile19 CC= clang macro
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp84 static SPCC::CondCodes GetOppositeBranchCondition(SPCC::CondCodes CC) in GetOppositeBranchCondition() argument
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-src/share/examples/ipfilter/samples/
H A DMakefile1 CC=gcc macro
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp42 getPGMRSrc1(CallingConv::ID CC,const GCNSubtarget & ST) const getPGMRSrc1() argument
/freebsd-src/contrib/gdtoa/
H A Dmakefile27 CC = cc macro
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MacroFusion.cpp28 X86::CondCode CC = X86::getCondFromBranch(MI); in classifySecond() local
/freebsd-src/usr.bin/c89/
H A Dc89.c40 #define CC "/usr/bin/cc" /* The big kahuna doing the actual work. */ macro
/freebsd-src/contrib/wpa/wpa_supplicant/dbus/
H A DMakefile11 CC=gcc macro
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DVE.h63 checkCallingConvention(CallingConv CC) checkCallingConvention() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp136 ARMCC::CondCodes CC, ARMCC::CondCodes OCC, in MoveCopyOutOfITBlock() argument
202 ARMCC::CondCodes CC = getITInstrPredicate(*MI, PredReg); in InsertITInstructions() local
[all...]
/freebsd-src/sys/contrib/xz-embedded/userspace/
H A DMakefile13 CC = gcc -std=gnu89 macro

1234567891011