Searched defs:CC (Results 76 - 100 of 239) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.h37 class CC { class in namespace:llvm
41 CC(StringRef ccPath, StringRef RemotePath, function in class:llvm::CC
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp65 PDB_CallingConv CC = Symbol.getCallingConvention(); local
166 CallingConvention CC = Signature->getCallingConvention(); local
H A DPrettyVariableDumper.cpp184 PDB_CallingConv CC = FuncSig->getCallingConvention(); local
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Target/VE/InstPrinter/
H A DVEInstPrinter.cpp116 int CC = (int)MI->getOperand(opNum).getImm(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.cpp166 int CC = (int)MI->getOperand(opNum).getImm(); local
[all...]
/freebsd-11-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-11-stable/contrib/ipfilter/
H A DMakefile16 CC=gcc -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wuninitialized macro
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A DMakefile7 CC= cc macro
/freebsd-11-stable/crypto/openssl/crypto/
H A DMakefile7 CC= cc macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp80 static bool hasByteCountSuffix(CallingConv::ID CC) { argument
147 CallingConv::ID CC = local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h83 MipsCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp135 MSP430CC::CondCodes CC = static_cast<MSP430CC::CondCodes>(Cond[0].getImm()); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CondBrTuning.cpp114 AArch64CC::CondCode CC; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp36 const char* Mips::MipsFCCToString(Mips::CondCode CC) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp62 CallingConv::ID CC = F.getCallingConv(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.cpp54 static const char *ARCCondCodeToString(ARCCC::CondCode CC) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp70 ARMCC::CondCodes CC = getInstrPredicate(*Tail, PredReg); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp79 static void outputCallingConvention(OutputStream &OS, CallingConv CC) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVE.h69 inline static const char *VECondCodeToString(VECC::CondCodes CC) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h40 SystemZCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, argument
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c498 char CC; local
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DHP-UX.mk46 CC?= gcc ${PIPE} macro
56 CC= cc macro
H A DIRIX.mk29 CC?= cc macro
[all...]
H A DGeneric.mk42 CC?= cc macro

Completed in 169 milliseconds

12345678910