Searched defs:CC (Results 126 - 150 of 239) sorted by relevance

12345678910

/freebsd-11-stable/share/mk/
H A Dsys.mk150 CC ?= c89 macro
153 CC ?= cc macro
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMDefines.h71 static inline const char *ARMCondCodeToString(uint32_t CC) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h150 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy, argument
166 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy, argument
H A DSwitchLoweringUtils.h115 ISD::CondCode CC; member in union:llvm::SwitchCG::CaseBlock::__anon1480
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp273 static bool parseCond(ArrayRef<MachineOperand> Cond, AArch64CC::CondCode &CC) { argument
H A DAArch64CallLowering.cpp281 CallingConv::ID CC = F.getCallingConv(); local
498 static bool canGuaranteeTCO(CallingConv::ID CC) { argument
503 static bool mayTailCallThisCC(CallingConv::ID CC) { argument
517 getAssignFnsForCC(CallingConv::ID CC, const AArch64TargetLowering &TLI) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h541 inline bool isKernel(CallingConv::ID CC) { argument
698 static SIModeRegisterDefaults getDefaultForCallingConv(CallingConv::ID CC) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp93 CallingConv::ID CC = Fn->getCallingConv(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp290 CallingConv::ID CC = F.getCallingConv(); local
551 CallingConv::ID CC = MF.getFunction().getCallingConv(); local
H A DX86CmovConversion.cpp293 X86::CondCode CC = X86::getCondFromCMov(I); local
655 X86::CondCode CC local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp80 CallingConv CC = FT->getCallConv(); local
96 CCMangling CC = getCallingConvMangling(ASTContext, D); local
145 CCMangling CC = getCallingConvMangling(ASTContext, D); local
[all...]
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_cscope.c75 } CC; typedef in typeref:struct:_cc
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DUnixWare.mk36 CC?= gcc -pipe -DUNIXWARE macro
40 CC?= cc macro
/freebsd-11-stable/crypto/openssl/
H A DMakefile62 CC= gcc macro
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h267 auto *CC = C.getAllocator().Allocate<T>(); local
313 static bool classof(const ConstructionContext *CC) { argument
331 static bool classof(const ConstructionContext *CC) { argument
360 static bool classof(const ConstructionContext *CC) { argument
380 static bool classof(const ConstructionContext *CC) { argument
398 classof(const ConstructionContext *CC) argument
430 classof(const ConstructionContext *CC) argument
451 classof(const ConstructionContext *CC) argument
491 classof(const ConstructionContext *CC) argument
510 classof(const ConstructionContext *CC) argument
551 classof(const ConstructionContext *CC) argument
570 classof(const ConstructionContext *CC) argument
590 classof(const ConstructionContext *CC) argument
620 classof(const ConstructionContext *CC) argument
653 classof(const ConstructionContext *CC) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp223 ISD::CondCode llvm::getFCmpCodeWithoutNaN(ISD::CondCode CC) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp739 CallingConv::ID CC = ContainingFunction.getCallingConv(); local
H A DSIMemoryLegalizer.cpp393 std::unique_ptr<SICacheControl> CC = nullptr; member in class:__anon2125::final
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp123 static LPCC::CondCode getOppositeCondition(LPCC::CondCode CC) { argument
371 LPCC::CondCode CC; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp484 static void NegateCC(SDValue &LHS, SDValue &RHS, ISD::CondCode &CC) { argument
500 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(1))->get(); local
518 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(4))->get(); local
677 int CC = MI.getOperand(3).getImm(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp758 Register CC = MI.getOperand(0).getReg(); local
777 Register CC = MI.getOperand(0).getReg(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp112 prepareForObjectConstruction( const Expr *E, ProgramStateRef State, const LocationContext *LCtx, const ConstructionContext *CC, EvalCallOptions &CallOpts) argument
424 const ConstructionContext *CC = C ? C->getConstructionContext() : nullptr; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp387 StringRef llvm::dwarf::ConventionString(unsigned CC) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h282 classifySecondCondCodeInMacroFusion(X86::CondCode CC) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1366 void setCallingConv(CallingConv::ID CC) { argument

Completed in 642 milliseconds

12345678910