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

123456789

/freebsd-current/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.h120 ISD::CondCode CC; member in union:llvm::SwitchCG::CaseBlock::__anon1638
/freebsd-current/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp66 ReplCodeCompleter &CC; member in class:clang::ReplCompletionConsumer
45 ReplCompletionConsumer(std::vector<std::string> &Results, ReplCodeCompleter &CC) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp367 std::unique_ptr<CacheCost> CC = nullptr; member in struct:__anon2929::LoopInterchange
372 LoopInterchange(ScalarEvolution *SE, LoopInfo *LI, DependenceInfo *DI, DominatorTree *DT, std::unique_ptr<CacheCost> &CC, OptimizationRemarkEmitter *ORE) argument
[all...]
/freebsd-current/contrib/nvi/ex/
H A Dex_cscope.c71 } CC; typedef in typeref:struct:_cc
/freebsd-current/contrib/bmake/mk/sys/
H A DUnixWare.mk38 CC ?= gcc -pipe ${OS_DEF_FLAG} macro
42 CC ?= cc macro
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h278 auto *CC = C.getAllocator().Allocate<T>(); local
335 static bool classof(const ConstructionContext *CC) { argument
353 static bool classof(const ConstructionContext *CC) { argument
382 static bool classof(const ConstructionContext *CC) { argument
406 static bool classof(const ConstructionContext *CC) { argument
424 classof(const ConstructionContext *CC) argument
456 classof(const ConstructionContext *CC) argument
477 classof(const ConstructionContext *CC) argument
517 classof(const ConstructionContext *CC) argument
536 classof(const ConstructionContext *CC) argument
577 classof(const ConstructionContext *CC) argument
596 classof(const ConstructionContext *CC) argument
616 classof(const ConstructionContext *CC) argument
646 classof(const ConstructionContext *CC) argument
679 classof(const ConstructionContext *CC) argument
715 classof(const ConstructionContext *CC) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp123 static LPCC::CondCode getOppositeCondition(LPCC::CondCode CC) { argument
372 LPCC::CondCode CC; local
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc145 class CC { class in namespace:testing::__anon17
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp309 X86::CondCode CC = X86::getCondFromCMov(I); local
672 X86::CondCode CC local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp442 checkCXXMethodCall( const CXXInstanceCall *CC, CheckerContext &C, ProgramStateRef State) const argument
H A DMoveChecker.cpp465 const auto *CC = dyn_cast_or_null<CXXConstructorCall>(&Call); local
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp423 llvm::Value *CC = local
H A DAMDGPU.cpp101 llvm::CallingConv::ID CC = FI.getCallingConvention(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp301 M68k::CondCode CC = (M68k::CondCode)Cond[0].getImm(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp536 const auto CC = static_cast<CmpInst::Predicate>(PredOp.getPredicate()); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp612 static void NegateCC(SDValue &LHS, SDValue &RHS, ISD::CondCode &CC) { argument
643 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(1))->get(); local
661 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(4))->get(); local
831 int CC = MI.getOperand(3).getImm(); local
[all...]
/freebsd-current/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-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp51 CallingConv::ID CC = F.getCallingConv(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp118 static bool isCallingConvCCompatible(CallingConv::ID CC, StringRef TT, argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp584 CallingConv::ID CC = SO.getCallingConv(); local
H A DAnalysis.cpp258 ISD::CondCode llvm::getFCmpCodeWithoutNaN(ISD::CondCode CC) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp41 static bool IsIntegerCC(unsigned CC) { return (CC < VECC::CC_AF); } argument
43 static VECC::CondCode GetOppositeBranchCondition(VECC::CondCode CC) { argument
316 VECC::CondCode CC = static_cast<VECC::CondCode>(Cond[0].getImm()); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp428 StringRef llvm::dwarf::ConventionString(unsigned CC) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1158 emitSelect(Register Dst, Register True, Register False, AArch64CC::CondCode CC, MachineIRBuilder &MIB) const argument
1356 changeFPCCToORAArch64CC(CmpInst::Predicate CC, AArch64CC::CondCode &CondCode, AArch64CC::CondCode &CondCode2) argument
1413 changeFPCCToANDAArch64CC(CmpInst::Predicate CC, AArch64CC::CondCode &CondCode, AArch64CC::CondCode &CondCode2) argument
[all...]

Completed in 565 milliseconds

123456789