| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| HD | AMDGPUPALMetadata.cpp | 94 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() 143 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { in setRsrc2() 187 void AMDGPUPALMetadata::setEntryPoint(unsigned CC, StringRef Name) { in setEntryPoint() 191 getHwStage(CC)[".entry_point"] = MsgPackDoc.getNode(Name, /*Copy=*/true); in setEntryPoint() local 198 void AMDGPUPALMetadata::setNumUsedVgprs(CallingConv::ID CC, unsigned Val) { in setNumUsedVgprs() 208 getHwStage(CC)[".vgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedVgprs() local 214 void AMDGPUPALMetadata::setNumUsedSgprs(CallingConv::ID CC, unsigned Val) { in setNumUsedSgprs() 224 getHwStage(CC)[".sgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedSgprs() local [all …]
|
| /freebsd-11-stable/contrib/one-true-awk/ |
| HD | makefile | 29 CC = gcc -Wall -g -Wwrite-strings macro 30 CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov macro 31 CC = gcc -g -Wall -pedantic macro 32 CC = gcc -O4 -Wall -pedantic -fno-strict-aliasing macro
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/ |
| HD | ConstructionContext.h | 267 auto *CC = C.getAllocator().Allocate<T>(); in create() local 313 static bool classof(const ConstructionContext *CC) { in classof() 331 static bool classof(const ConstructionContext *CC) { in classof() 360 static bool classof(const ConstructionContext *CC) { in classof() 380 static bool classof(const ConstructionContext *CC) { in classof() 398 static bool classof(const ConstructionContext *CC) { in classof() 430 static bool classof(const ConstructionContext *CC) { in classof() 451 static bool classof(const ConstructionContext *CC) { in classof() 491 static bool classof(const ConstructionContext *CC) { in classof() 510 static bool classof(const ConstructionContext *CC) { in classof() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Utils/ |
| HD | 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-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| HD | SparcInstrInfo.cpp | 76 static bool IsIntegerCC(unsigned CC) in IsIntegerCC() 81 static SPCC::CondCodes GetOppositeBranchCondition(SPCC::CondCodes CC) in GetOppositeBranchCondition() 260 unsigned CC = Cond[0].getImm(); in insertBranch() local 300 SPCC::CondCodes CC = static_cast<SPCC::CondCodes>(Cond[0].getImm()); in reverseBranchCondition() local
|
| /freebsd-11-stable/lib/libclang_rt/asan_dynamic/ |
| HD | Makefile | 91 CC= ${CXX} macro
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86CondBrFolding.cpp | 153 X86::CondCode CC = PredMBBInfo->BranchCode; in findPath() local 250 X86::CondCode CC = MBBInfo->BranchCode; in fixupModifiedCond() local 281 X86::CondCode CC; in optimizeCondBr() local 484 X86::CondCode CC; in analyzeMBB() local
|
| HD | X86MacroFusion.cpp | 27 X86::CondCode CC = X86::getCondFromBranch(MI); in classifySecond() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCCCState.h | 32 PPCCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, in PPCCCState()
|
| /freebsd-11-stable/contrib/ipfilter/samples/ |
| HD | Makefile | 1 CC=gcc macro
|
| /freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| HD | CallingConvEmitter.cpp | 66 void CallingConvEmitter::EmitCallingConv(Record *CC, raw_ostream &O) { in EmitCallingConv() 119 Record *CC = Action->getValueAsDef("CC"); in EmitAction() local
|
| /freebsd-11-stable/contrib/gdtoa/ |
| HD | makefile | 27 CC = cc macro
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUMachineFunction.cpp | 40 CallingConv::ID CC = F.getCallingConv(); in AMDGPUMachineFunction() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| HD | PrettyFunctionDumper.cpp | 65 PDB_CallingConv CC = Symbol.getCallingConvention(); in start() local 166 CallingConvention CC = Signature->getCallingConvention(); in start() local
|
| /freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/ |
| HD | Makefile | 11 CC=gcc macro
|
| /freebsd-11-stable/usr.bin/c89/ |
| HD | c89.c | 42 #define CC "/usr/bin/cc" /* The big kahuna doing the actual work. */ macro
|
| /freebsd-11-stable/contrib/wpa/hs20/client/ |
| HD | Makefile | 4 CC=gcc macro
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | Mangle.cpp | 80 CallingConv CC = FT->getCallConv(); in getCallingConvMangling() local 96 CCMangling CC = getCallingConvMangling(ASTContext, D); in shouldMangleDeclName() local 145 CCMangling CC = getCallingConvMangling(ASTContext, D); in mangleName() local 387 auto CC = MD->getType()->castAs<FunctionProtoType>()->getCallConv(); in getAllManglings() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | Mangler.cpp | 80 static bool hasByteCountSuffix(CallingConv::ID CC) { in hasByteCountSuffix() 147 CallingConv::ID CC = in getNameWithPrefix() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | Thumb2ITBlockPass.cpp | 137 ARMCC::CondCodes CC, ARMCC::CondCodes OCC, in MoveCopyOutOfITBlock() 203 ARMCC::CondCodes CC = getITInstrPredicate(*MI, PredReg); in InsertITInstructions() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/ |
| HD | BPFISelLowering.cpp | 484 static void NegateCC(SDValue &LHS, SDValue &RHS, ISD::CondCode &CC) { in NegateCC() 500 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(1))->get(); in LowerBR_CC() local 518 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(4))->get(); in LowerSELECT_CC() local 677 int CC = MI.getOperand(3).getImm(); in EmitInstrWithCustomInserter() local
|
| /freebsd-11-stable/sys/contrib/xz-embedded/userspace/ |
| HD | Makefile | 10 CC = gcc -std=gnu89 macro
|
| /freebsd-11-stable/contrib/pam_modules/pam_passwdqc/ |
| HD | Makefile | 5 CC = gcc macro
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/ |
| HD | ToolRunner.h | 41 CC(StringRef ccPath, StringRef RemotePath, in CC() function
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/ |
| HD | BPF.h | 81 CallingConvCheckResult checkCallingConvention(CallingConv CC) const override { in checkCallingConvention()
|