/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUPALMetadata.cpp | 95 static unsigned getRsrc1Reg(CallingConv::ID CC) { in getRsrc1Reg() 117 static unsigned getScratchSizeKey(CallingConv::ID CC) { in getScratchSizeKey() 138 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { in setRsrc1() 144 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { in setRsrc2() 209 getHwStage(CC)[".vgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedVgprs() local 214 getHwStage(CC)[".agpr_count"] = Val; in setNumUsedAgprs() local 230 getHwStage(CC)[".sgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedSgprs() local 241 getHwStage(CC)[".scratch_memory_size"] = MsgPackDoc.getNode(Val); in setScratchSize() local 274 void AMDGPUPALMetadata::setWave32(unsigned CC) { in setWave32() 815 static const char *getStageName(CallingConv::ID CC) { in getStageName() [all …]
|
/openbsd/gnu/llvm/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 …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | crash46.C | 6 template <class T> struct CC : public BB<T> { CC(const T &x) : BB<T>(x) { }; in CC() struct
|
/openbsd/gnu/gcc/gcc/config/bfin/ |
H A D | lib1funcs.asm | 40 CC = R0 < 0; define 45 CC = R1 < 0; define 52 CC = R7; define 95 CC = R3 < R1 (IU); define
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VE.h | 87 inline static const char *VECondCodeToString(VECC::CondCode CC) { in VECondCodeToString() 152 inline static bool isIntVECondCode(VECC::CondCode CC) { in isIntVECondCode() 156 inline static unsigned VECondCodeToVal(VECC::CondCode CC) { in VECondCodeToVal() 208 inline static VECC::CondCode intCondCode2Icc(ISD::CondCode CC) { in intCondCode2Icc() 236 inline static VECC::CondCode fpCondCode2Fcc(ISD::CondCode CC) { in fpCondCode2Fcc()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | dtor9.C | 3 struct CC struct 5 virtual ~CC () { ++i; } in ~CC() argument
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVISelLowering.cpp | 22 LLVMContext &Context, CallingConv::ID CC, EVT VT) const { in getNumRegistersForCallingConv() 34 CallingConv::ID CC, in getRegisterTypeForCallingConv()
|
/openbsd/gnu/usr.bin/cc/libgcov/ |
H A D | Makefile | 19 CC=${.OBJDIR}/../cc/cc -B ${.OBJDIR}/../cc1 macro 21 CC=${.CURDIR}/../cc/cc -B ${.CURDIR}/../cc1 macro
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/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 | 256 static bool canGuaranteeTCO(CallingConv::ID CC) { return false; } in canGuaranteeTCO() 259 static bool mayTailCallThisCC(CallingConv::ID CC) { in mayTailCallThisCC() 1632 static SDValue LowerTruncateToBTST(SDValue Op, ISD::CondCode CC, in LowerTruncateToBTST() 2064 SDValue CC; in LowerSELECT() local 2287 SDValue CC; in LowerBRCOND() local 3032 M68k::CondCode CC = M68k::CondCode(MI.getOperand(3).getImm()); in EmitLoweredSelect() local 3310 SDValue CC = in LowerShiftLeftParts() local 3365 SDValue CC = in LowerShiftRightParts() local 3411 static SDValue combineSetCCCCR(SDValue CCR, M68k::CondCode &CC, in combineSetCCCCR() 3425 M68k::CondCode CC = M68k::CondCode(N->getConstantOperandVal(0)); in combineM68kSetCC() local [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.cpp | 80 static SPCC::CondCodes GetOppositeBranchCondition(SPCC::CondCodes CC) in GetOppositeBranchCondition() 186 int64_t CC = LastInst->getOperand(1).getImm(); in parseCondBranch() local 327 unsigned CC = Cond[1].getImm(); in insertBranch() local 371 SPCC::CondCodes CC = static_cast<SPCC::CondCodes>(Cond[1].getImm()); in reverseBranchCondition() local
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.aCC/ |
H A D | configure.in | 11 AC_SUBST(CC) subst
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/ |
H A D | configure.in | 11 AC_SUBST(CC) subst
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.compat/ |
H A D | configure.in | 11 AC_SUBST(CC) subst
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/ |
H A D | configure.in | 11 AC_SUBST(CC) subst
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/ |
H A D | configure.in | 11 AC_SUBST(CC) subst
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.defects/ |
H A D | configure.in | 11 AC_SUBST(CC) subst
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs/ |
H A D | configure.in | 11 AC_SUBST(CC) subst
|
/openbsd/games/fortune/strfile/ |
H A D | Makefile | 7 CC= ${HOSTCC} macro
|
/openbsd/games/boggle/mkdict/ |
H A D | Makefile | 8 CC=${HOSTCC} macro
|
/openbsd/games/boggle/mkindex/ |
H A D | Makefile | 8 CC=${HOSTCC} macro
|
/openbsd/regress/libexec/ld.so/init-env/libaa/ |
H A D | Makefile | 6 CC=${CXX} macro
|
/openbsd/sys/dev/microcode/symbol/ |
H A D | Makefile | 5 CC=${HOSTCC} macro
|