Searched defs:CC (Results 101 - 125 of 239) sorted by relevance

12345678910

/freebsd-11-stable/contrib/bmake/mk/sys/
H A DAIX.mk27 CC= gcc macro
31 CC= cc macro
H A DNetBSD.mk38 CC?= cc macro
H A DSunOS.mk20 CC := ${gcc:L:${M_whence}} macro
59 CC ?= gcc -pipe macro
63 CC ?= cc macro
[all...]
H A DOSF1.mk34 CC?= gcc macro
36 CC?= cc -std macro
H A DOpenBSD.mk32 CC?= cc macro
H A DLinux.mk30 CC= gcc -pipe macro
34 CC= cc -pipe macro
H A DDarwin.mk28 CC?= gcc -pipe macro
30 CC?= cc -pipe macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparc.h95 inline static const char *SPARCCondCodeToString(SPCC::CondCodes CC) { argument
H A DSparcInstrInfo.cpp76 static bool IsIntegerCC(unsigned CC) argument
81 static SPCC::CondCodes GetOppositeBranchCondition(SPCC::CondCodes CC) argument
260 unsigned CC = Cond[0].getImm(); local
300 SPCC::CondCodes CC = static_cast<SPCC::CondCodes>(Cond[0].getImm()); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp305 static bool parseCond(ArrayRef<MachineOperand> Cond, AArch64CC::CondCode &CC) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp249 MachineOperand *CC = TII->getNamedOperand(*Sel, AMDGPU::OpName::src2); local
H A DSIMachineFunctionInfo.cpp56 CallingConv::ID CC = F.getCallingConv(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp421 AVRCC::CondCodes CC = (AVRCC::CondCodes)Cond[0].getImm(); local
470 AVRCC::CondCodes CC = static_cast<AVRCC::CondCodes>(Cond[0].getImm()); local
H A DAVRRegisterInfo.cpp37 CallingConv::ID CC = MF->getFunction().getCallingConv(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp102 static ARCCC::CondCode GetOppositeBranchCondition(ARCCC::CondCode CC) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp290 LPCC::CondCode CC = local
301 LPCC::CondCode CC = local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp94 static unsigned getRsrc1Reg(CallingConv::ID CC) { argument
116 static unsigned getScratchSizeKey(CallingConv::ID CC) { argument
137 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { argument
143 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { argument
187 void AMDGPUPALMetadata::setEntryPoint(unsigned CC, StringRef Name) { argument
198 setNumUsedVgprs(CallingConv::ID CC, unsigned Val) argument
214 setNumUsedSgprs(CallingConv::ID CC, unsigned Val) argument
228 setScratchSize(CallingConv::ID CC, unsigned Val) argument
240 setWave32(unsigned CC) argument
672 getStageName(CallingConv::ID CC) argument
693 getHwStage(unsigned CC) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp203 ARMCC::CondCodes CC = getITInstrPredicate(*MI, PredReg); local
136 MoveCopyOutOfITBlock(MachineInstr *MI, ARMCC::CondCodes CC, ARMCC::CondCodes OCC, RegisterSet &Defs, RegisterSet &Uses) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h48 inline static CondCodes getOppositeCondition(CondCodes CC) { argument
71 inline static ARMCC::CondCodes getSwappedCondition(ARMCC::CondCodes CC) { argument
130 inline static const char *ARMVPTPredToString(ARMVCC::VPTCodes CC) { argument
139 inline static unsigned ARMVectorCondCodeFromString(StringRef CC) { argument
146 inline static const char *ARMCondCodeToString(ARMCC::CondCodes CC) { argument
167 ARMCondCodeFromString(StringRef CC) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp307 CallBack(CheckerContext &CC) : Ctx(CC), CurSFC(CC.getStackFrame()) {} argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp475 CaseCluster &CC = Clusters[SrcIndex]; local
H A DCallingConvLower.cpp29 CCState::CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &mf, argument
189 static bool isValueTypeInRegForCC(CallingConv::ID CC, MVT VT) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp293 Value *CC = PBI->getCondition(); local
448 Value *CC = PBI->getCondition(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CondBrFolding.cpp153 X86::CondCode CC = PredMBBInfo->BranchCode; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp146 static inline unsigned GetCondBranchFromCond(XCore::CondCode CC) argument
157 static inline XCore::CondCode GetOppositeBranchCondition(XCore::CondCode CC) argument

Completed in 192 milliseconds

12345678910