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

12345678

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp469 const auto *CC = dyn_cast_or_null<CXXConstructorCall>(&Call); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp742 const ConstructionContext *CC = CCE ? CCE->getConstructionContext() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallSite.h324 void setCallingConv(CallingConv::ID CC) { argument
H A DFunction.h216 void setCallingConv(CallingConv::ID CC) { argument
H A DInstrTypes.h1366 void setCallingConv(CallingConv::ID CC) { argument
H A DDebugInfoMetadata.h1067 uint8_t CC; member in class:llvm::DISubroutineType
1069 DISubroutineType(LLVMContext &C, StorageType Storage, DIFlags Flags, uint8_t CC, ArrayRef<Metadata *> Ops) argument
1076 getImpl(LLVMContext &Context, DIFlags Flags, uint8_t CC, DITypeRefArray TypeArray, StorageType Storage, bool ShouldCreate = true) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1060 AArch64CC::CondCode CC = (AArch64CC::CondCode)MI->getOperand(OpNum).getImm(); local
1067 AArch64CC::CondCode CC = (AArch64CC::CondCode)MI->getOperand(OpNum).getImm(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp1179 auto CC = MF.getFunction().getCallingConv(); local
[all...]
H A DAMDGPUCallLowering.cpp271 CallingConv::ID CC = F.getCallingConv(); local
302 CallingConv::ID CC = B.getMF().getFunction().getCallingConv(); local
568 CallingConv::ID CC = F.getCallingConv(); local
[all...]
H A DAMDGPUTargetTransformInfo.cpp582 CallingConv::ID CC = F->getCallingConv(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp166 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(4))->get(); local
199 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(1))->get(); local
/freebsd-12-stable/contrib/tzdata/
H A DMakefile477 CC= $(cc) -DTZDIR='"$(TZDIR)"' macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp301 X86::CondCode CC = getCondFromBranch(MI, MCII); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp762 ConstantInt *CC; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp925 CallingConv::ID CC = I->getCallingConv(); local
909 setCallee( const DataLayout &DL, MCContext &Ctx, CallingConv::ID CC, Type *ResultTy, StringRef Target, ArgListTy &&ArgsList, unsigned FixedArgs) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1466 void llvm::GetReturnInfo(CallingConv::ID CC, Type *ReturnType, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp499 createSubroutineType(DITypeRefArray ParameterTypes, DINode::DIFlags Flags, unsigned CC) argument
H A DDebugInfoMetadata.cpp470 getImpl(LLVMContext &Context, DIFlags Flags, uint8_t CC, Metadata *TypeArray, StorageType Storage, bool ShouldCreate) argument
H A DLLVMContextImpl.h563 uint8_t CC; member in struct:llvm::MDNodeKeyImpl
566 MDNodeKeyImpl(unsigned Flags, uint8_t CC, Metadata *TypeArray) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp698 const SrcMgr::ContentCache *CC = getOrCreateContentCache(File); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp45 unsigned CodeGenTypes::ClangCallConvToLLVMCallConv(CallingConv CC) { argument
552 CallingConv CC = Context.getDefaultCallingConvention( local
757 unsigned CC = ClangCallConvToLLVMCallConv(info.getCC()); local
H A DCGExprComplex.cpp823 llvm::Value *CC = Builder.CreateFMul(RHSr, RHSr); // c*c local
H A DCodeGenFunction.cpp937 CallingConv CC = CallingConv::CC_C; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1271 CallingConv CC = Context.getDefaultCallingConvention( local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp990 uint8_t CC = 0; local
1239 unsigned CC = 0; local
[all...]

Completed in 2573 milliseconds

12345678