Searched defs:CC (Results 26 - 50 of 195) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp66 EmitCallingConv(Record *CC, raw_ostream &O) argument
119 Record *CC = Action->getValueAsDef("CC"); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiCondCode.h34 inline static StringRef lanaiCondCodeToString(LPCC::CondCode CC) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCBranchFinalize.cpp76 static unsigned getCCForBRcc(unsigned CC) { argument
116 unsigned CC = getCCForBRcc(MI->getOperand(3).getImm()); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1014 CallFlags(CallingConv::ID CC, bool IsTailCall, bool IsVarArg, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.cpp167 int CC = (int)MI->getOperand(opNum).getImm(); local
[all...]
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-encoding.c97 #define CC(prefix) \ macro
205 #undef CC macro
[all...]
/freebsd-13-stable/contrib/ipfilter/
H A DMakefile16 CC=gcc -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wuninitialized macro
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp79 static void outputCallingConvention(OutputStream &OS, CallingConv CC) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp80 static bool hasByteCountSuffix(CallingConv::ID CC) { argument
150 CallingConv::ID CC = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp70 ARMCC::CondCodes CC = getInstrPredicate(*Tail, PredReg); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp135 MSP430CC::CondCodes CC = static_cast<MSP430CC::CondCodes>(Cond[0].getImm()); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp36 const char* Mips::MipsFCCToString(Mips::CondCode CC) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h83 MipsCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, argument
/freebsd-13-stable/contrib/lua/src/
H A DMakefile9 CC= gcc -std=gnu99 macro
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CondBrTuning.cpp114 AArch64CC::CondCode CC; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp156 MachineOperand *CC = TII->getNamedOperand(*Sel, AMDGPU::OpName::src2); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.cpp54 static const char *ARCCondCodeToString(ARCCC::CondCode CC) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h40 SystemZCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEInstPrinter.cpp219 int CC = (int)MI->getOperand(OpNum).getImm(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp27 inline static VECC::CondCode intCondCode2Icc(ISD::CondCode CC) { argument
55 inline static VECC::CondCode fpCondCode2Fcc(ISD::CondCode CC) { argument
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc189 class CC { class in namespace:__anon800
/freebsd-13-stable/contrib/bmake/mk/sys/
H A DAIX.mk27 CC ?= gcc macro
31 CC ?= cc macro
H A DGeneric.mk42 CC ?= cc macro
H A DHP-UX.mk46 CC ?= gcc ${PIPE} macro
56 CC ?= cc macro
H A DIRIX.mk29 CC ?= cc macro
[all...]

Completed in 283 milliseconds

12345678