/llvm-project/clang/test/OpenMP/ |
H A D | target_map_codegen_25.cpp | 55 struct CC { struct 61 CC(float &B) : fB(B), pB(B) { in CC() argument 177 int foo() { in foo()
|
H A D | target_map_codegen_20.cpp | 99 struct CC { struct 100 T A; 101 int A2; 102 float *B; 104 int foo(T arg) { in foo()
|
H A D | target_map_codegen_24.cpp | 50 struct CC { struct 51 ACC global() argument 52 BCC global() argument 54 fooCC foo() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUPALMetadata.cpp | 94 static unsigned getRsrc1Reg(CallingConv::ID CC) { in getRsrc1Reg() argument 116 static unsigned getScratchSizeKey(CallingConv::ID CC) { in getScratchSizeKey() argument 137 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { in setRsrc1() argument 141 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, const MCExpr *Val, in setRsrc1() argument 148 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { in setRsrc2() argument 152 setRsrc2(CallingConv::ID CC,const MCExpr * Val,MCContext & Ctx) setRsrc2() argument 231 setEntryPoint(unsigned CC,StringRef Name) setEntryPoint() argument 235 getHwStage(CC)[".entry_point"] = MsgPackDoc.getNode(Name, /*Copy=*/true); setEntryPoint() local 242 setNumUsedVgprs(CallingConv::ID CC,unsigned Val) setNumUsedVgprs() argument 252 getHwStage(CC)[".vgpr_count"] = MsgPackDoc.getNode(Val); setNumUsedVgprs() local 255 setNumUsedVgprs(CallingConv::ID CC,const MCExpr * Val,MCContext & Ctx) setNumUsedVgprs() argument 270 setNumUsedAgprs(CallingConv::ID CC,unsigned Val) setNumUsedAgprs() argument 271 getHwStage(CC)[".agpr_count"] = Val; setNumUsedAgprs() local 274 setNumUsedAgprs(unsigned CC,const MCExpr * Val) setNumUsedAgprs() argument 281 setNumUsedSgprs(CallingConv::ID CC,unsigned Val) setNumUsedSgprs() argument 291 getHwStage(CC)[".sgpr_count"] = MsgPackDoc.getNode(Val); setNumUsedSgprs() local 294 setNumUsedSgprs(unsigned CC,const MCExpr * Val,MCContext & Ctx) setNumUsedSgprs() argument 309 setScratchSize(CallingConv::ID CC,unsigned Val) setScratchSize() argument 316 getHwStage(CC)[".scratch_memory_size"] = MsgPackDoc.getNode(Val); setScratchSize() local 319 setScratchSize(unsigned CC,const MCExpr * Val,MCContext & Ctx) setScratchSize() argument 371 setWave32(unsigned CC) setWave32() argument 946 getStageName(CallingConv::ID CC) getStageName() argument 979 getHwStage(unsigned CC) getHwStage() argument 1045 setHwStage(unsigned CC,StringRef field,unsigned Val) setHwStage() argument 1046 getHwStage(CC)[field] = Val; setHwStage() local 1049 setHwStage(unsigned CC,StringRef field,bool Val) setHwStage() argument 1050 getHwStage(CC)[field] = Val; setHwStage() local 1053 setHwStage(unsigned CC,StringRef field,msgpack::Type Type,const MCExpr * Val) setHwStage() argument [all...] |
/llvm-project/llvm/lib/Target/ARM/Utils/ |
H A D | ARMBaseInfo.h | 48 inline static CondCodes getOppositeCondition(CondCodes CC) { in getOppositeCondition() argument 71 inline static ARMCC::CondCodes getSwappedCondition(ARMCC::CondCodes CC) { in getSwappedCondition() argument 130 inline static const char *ARMVPTPredToString(ARMVCC::VPTCodes CC) { in ARMVPTPredToString() argument 139 inline static unsigned ARMVectorCondCodeFromString(StringRef CC) { in ARMVectorCondCodeFromString() argument 146 inline static const char *ARMCondCodeToString(ARMCC::CondCodes CC) { in ARMCondCodeToString() argument 167 ARMCondCodeFromString(StringRef CC) ARMCondCodeFromString() argument [all...] |
/llvm-project/llvm/unittests/Target/AMDGPU/ |
H A D | PALMetadata.cpp | 84 auto CC = CallingConv::AMDGPU_VS; in TEST_F() local 117 auto CC = CallingConv::AMDGPU_VS; in TEST_F() local 155 auto CC = CallingConv::AMDGPU_VS; in TEST_F() local 183 auto CC = CallingConv::AMDGPU_VS; TEST_F() local 212 auto CC = CallingConv::AMDGPU_VS; TEST_F() local 238 auto CC = CallingConv::AMDGPU_VS; TEST_F() local [all...] |
/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 …]
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | lambda-conversion-op-cc.cpp | 6 #define CC macro 12 double (*CC fp)(int, float, double) = lambda; in usage() local
|
H A D | cxx2b-deducing-this-cc.cpp | 3 namespace CC { namespace
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIProgramInfo.cpp | 100 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()
|
/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()
|
/llvm-project/libcxx/test/libcxx/debug/containers/ |
H A D | string.pass.cpp | 52 Container const& CC = C; in BackOnEmptyContainer() local 66 Container const& CC = C; in FrontOnEmptyContainer() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CmpInstAnalysis.h | 63 getFCmpCode(CmpInst::Predicate CC) getFCmpCode() argument
|
/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrInfo.h | 58 static inline M68k::CondCode GetOppositeBranchCondition(M68k::CondCode CC) { in GetOppositeBranchCondition() argument 97 static inline unsigned GetCondBranchFromCond(M68k::CondCode CC) { in GetCondBranchFromCond() argument
|
H A D | M68kISelLowering.cpp | 275 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 1552 unsigned &CC) { in lowerOverflowArithmetic() argument 1634 unsigned CC; LowerXALUO() local 1653 getBitTestCondition(SDValue Src,SDValue BitNo,ISD::CondCode CC,const SDLoc & DL,SelectionDAG & DAG) getBitTestCondition() argument 1675 LowerAndToBTST(SDValue And,ISD::CondCode CC,const SDLoc & DL,SelectionDAG & DAG) LowerAndToBTST() argument 1834 LowerTruncateToBTST(SDValue Op,ISD::CondCode CC,const SDLoc & DL,SelectionDAG & DAG) LowerTruncateToBTST() argument 2132 LowerToBTST(SDValue Op,ISD::CondCode CC,const SDLoc & DL,SelectionDAG & DAG) const LowerToBTST() argument 2149 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get(); LowerSETCC() local 2217 M68k::CondCode CC = TranslateIntegerM68kCC(cast<CondCodeSDNode>(Cond)->get()); LowerSETCCCARRY() local 2266 SDValue CC; LowerSELECT() local 2456 SDValue CC; LowerBRCOND() local 3047 isCalleePop(CallingConv::ID CC,bool IsVarArg,bool GuaranteeTCO) isCalleePop() argument 3157 M68k::CondCode CC = M68k::CondCode(MI.getOperand(3).getImm()); EmitLoweredSelect() local 3462 SDValue CC = LowerShiftLeftParts() local 3517 SDValue CC = LowerShiftRightParts() local 3563 combineSetCCCCR(SDValue CCR,M68k::CondCode & CC,SelectionDAG & DAG,const M68kSubtarget & Subtarget) combineSetCCCCR() argument 3577 M68k::CondCode CC = M68k::CondCode(N->getConstantOperandVal(0)); combineM68kSetCC() local 3589 M68k::CondCode CC = M68k::CondCode(N->getConstantOperandVal(2)); combineM68kBrCond() local 3703 getCCAssignFn(CallingConv::ID CC,bool Return,bool IsVarArg) const getCCAssignFn() argument [all...] |
/llvm-project/bolt/lib/Passes/ |
H A D | CMOVConversion.cpp | 101 unsigned CC) { in canConvertInstructions() 129 void convertMoves(const BinaryContext &BC, BinaryBasicBlock &BB, unsigned CC) { in convertMoves() 212 unsigned CC = BC.MIB->getCondCode(*BranchInstrIter); in runOnFunction() local
|
/llvm-project/llvm/lib/Target/VE/ |
H A D | VE.h | 85 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()
|
H A D | VEISelLowering.h | 69 inline static VECC::CondCode intCondCode2Icc(ISD::CondCode CC) { in intCondCode2Icc() argument 97 inline static VECC::CondCode fpCondCode2Fcc(ISD::CondCode CC) { in fpCondCode2Fcc() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | compare-modules-cxx2a.cpp | 7 struct CC { CC(...); }; struct
|
/llvm-project/libcxx/include/__support/ibm/ |
H A D | gettod_zos.h | 25 uint64_t CC = 0; in gettimeofdayMonotonic() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | SwitchLoweringUtils.cpp | 468 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...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86MacroFusion.cpp | 28 X86::CondCode CC = X86::getCondFromBranch(MI); in classifySecond() local
|
/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.cpp | 84 switch(CC) { in GetOppositeBranchCondition() argument 195 int64_t CC = LastInst->getOperand(1).getImm(); parseCondBranch() local 347 unsigned CC = Cond[1].getImm(); insertBranch() local 396 SPCC::CondCodes CC = static_cast<SPCC::CondCodes>(Cond[1].getImm()); reverseBranchCondition() local
|
/llvm-project/clang/lib/Basic/Targets/ |
H A D | VE.h | 64 CallingConvCheckResult checkCallingConvention(CallingConv CC) const override { in checkCallingConvention()
|
/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
|