Home
last modified time | relevance | path

Searched defs:Ctx (Results 1 – 25 of 777) sorted by relevance

12345678910>>...32

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DType.cpp18 Type *Type::getInt64Ty(Context &Ctx) { in getInt64Ty()
21 Type *Type::getInt32Ty(Context &Ctx) { in getInt32Ty()
24 Type *Type::getInt16Ty(Context &Ctx) { in getInt16Ty()
27 Type *Type::getInt8Ty(Context &Ctx) { in getInt8Ty()
30 Type *Type::getInt1Ty(Context &Ctx) { in getInt1Ty()
33 Type *Type::getDoubleTy(Context &Ctx) { in getDoubleTy()
36 Type *Type::getFloatTy(Context &Ctx) { in getFloatTy()
39 Type *Type::getHalfTy(Context &Ctx) { in getHalfTy()
51 PointerType *PointerType::get(Context &Ctx, unsigned AddressSpace) { in get()
61 StructType *StructType::get(Context &Ctx, ArrayRef<Type *> Elements, in get()
[all …]
H A DInstruction.cpp289 Context &Ctx, const Twine &Name) { in create()
300 FreezeInst *FreezeInst::create(Value *V, InsertPosition Pos, Context &Ctx, in create()
308 Context &Ctx, SyncScope::ID SSID) { in create()
330 InsertPosition Pos, Context &Ctx, const Twine &Name) { in create()
351 Context &Ctx) { in create()
359 Value *Cond, InsertPosition Pos, Context &Ctx) { in create()
404 InsertPosition Pos, bool IsVolatile, Context &Ctx, in create()
430 Context &Ctx) { in create()
449 UnreachableInst *UnreachableInst::create(InsertPosition Pos, Context &Ctx) { in create()
460 Context &Ctx) { in createCommon()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp35 MCContext *Ctx) { in unsigned_width()
50 MCContext *Ctx) { in adjustBranch()
100 MCContext *Ctx) { in fixup_call()
116 MCContext *Ctx) { in fixup_7_pcrel()
132 MCContext *Ctx) { in fixup_13_pcrel()
146 static void fixup_6(const MCFixup &Fixup, uint64_t &Value, MCContext *Ctx) { in fixup_6()
158 MCContext *Ctx) { in fixup_6_adiw()
168 static void fixup_port5(const MCFixup &Fixup, uint64_t &Value, MCContext *Ctx) { in fixup_port5()
180 static void fixup_port6(const MCFixup &Fixup, uint64_t &Value, MCContext *Ctx) { in fixup_port6()
191 MCContext *Ctx) { in fixup_lds_sts_16()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.cpp193 const MCSpecifierExpr *ARM::createUpper16(const MCExpr *Expr, MCContext &Ctx) { in createUpper16()
197 const MCSpecifierExpr *ARM::createLower16(const MCExpr *Expr, MCContext &Ctx) { in createLower16()
202 MCContext &Ctx) { in createUpper8_15()
206 const MCSpecifierExpr *ARM::createUpper0_7(const MCExpr *Expr, MCContext &Ctx) { in createUpper0_7()
211 MCContext &Ctx) { in createLower8_15()
215 const MCSpecifierExpr *ARM::createLower0_7(const MCExpr *Expr, MCContext &Ctx) { in createLower0_7()
H A DARMMachORelocationInfo.cpp21 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {} in ARMMachORelocationInfo()
40 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) { in createARMMachORelocationInfo()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp80 static uint8_t readUint8(WasmObjectFile::ReadContext &Ctx) { in readUint8()
86 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32()
94 static int32_t readFloat32(WasmObjectFile::ReadContext &Ctx) { in readFloat32()
103 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64()
112 static uint64_t readULEB128(WasmObjectFile::ReadContext &Ctx) { in readULEB128()
122 static StringRef readString(WasmObjectFile::ReadContext &Ctx) { in readString()
132 static int64_t readLEB128(WasmObjectFile::ReadContext &Ctx) { in readLEB128()
142 static uint8_t readVaruint1(WasmObjectFile::ReadContext &Ctx) { in readVaruint1()
149 static int32_t readVarint32(WasmObjectFile::ReadContext &Ctx) { in readVarint32()
156 static uint32_t readVaruint32(WasmObjectFile::ReadContext &Ctx) { in readVaruint32()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h349 MCContext &Ctx) { in createAnd()
354 MCContext &Ctx) { in createDiv()
359 MCContext &Ctx) { in createEQ()
364 MCContext &Ctx) { in createGT()
369 MCContext &Ctx) { in createGTE()
374 MCContext &Ctx) { in createLAnd()
379 MCContext &Ctx) { in createLOr()
384 MCContext &Ctx) { in createLT()
389 MCContext &Ctx) { in createLTE()
394 MCContext &Ctx) { in createMod()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp37 Cl Expr::ClassifyImpl(ASTContext &Ctx, SourceLocation *Loc) const { in ClassifyImpl()
108 static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E) { in ClassifyInternal()
488 static Cl::Kinds ClassifyDecl(ASTContext &Ctx, const Decl *D) { in ClassifyDecl()
522 static Cl::Kinds ClassifyUnnamed(ASTContext &Ctx, QualType T) { in ClassifyUnnamed()
539 static Cl::Kinds ClassifyMemberExpr(ASTContext &Ctx, const MemberExpr *E) { in ClassifyMemberExpr()
601 static Cl::Kinds ClassifyBinaryOp(ASTContext &Ctx, const BinaryOperator *E) { in ClassifyBinaryOp()
636 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, const Expr *True, in ClassifyConditional()
668 static Cl::ModifiableType IsModifiable(ASTContext &Ctx, const Expr *E, in IsModifiable()
742 Expr::isModifiableLvalue(ASTContext &Ctx, SourceLocation *Loc) const { in isModifiableLvalue()
H A DQualTypeNames.cpp53 static bool getFullyQualifiedTemplateName(const ASTContext &Ctx, in getFullyQualifiedTemplateName()
92 static bool getFullyQualifiedTemplateArgument(const ASTContext &Ctx, in getFullyQualifiedTemplateArgument()
118 static const Type *getFullyQualifiedTemplateType(const ASTContext &Ctx, in getFullyQualifiedTemplateType()
186 static NestedNameSpecifier *createOuterNNS(const ASTContext &Ctx, const Decl *D, in createOuterNNS()
212 const ASTContext &Ctx, NestedNameSpecifier *Scope, in getFullyQualifiedNestedNameSpecifier()
264 const ASTContext &Ctx, const Decl *Decl, in createNestedNameSpecifierForScopeOf()
316 const ASTContext &Ctx, const Type *TypePtr, in createNestedNameSpecifierForScopeOf()
338 NestedNameSpecifier *createNestedNameSpecifier(const ASTContext &Ctx, in createNestedNameSpecifier()
354 NestedNameSpecifier *createNestedNameSpecifier(const ASTContext &Ctx, in createNestedNameSpecifier()
374 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx, in getFullyQualifiedType()
[all …]
H A DDeclOpenACC.cpp26 OpenACCDeclareDecl::Create(ASTContext &Ctx, DeclContext *DC, in Create()
36 OpenACCDeclareDecl::CreateDeserialized(ASTContext &Ctx, GlobalDeclID ID, in CreateDeserialized()
43 OpenACCRoutineDecl::Create(ASTContext &Ctx, DeclContext *DC, in Create()
55 OpenACCRoutineDecl::CreateDeserialized(ASTContext &Ctx, GlobalDeclID ID, in CreateDeserialized()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h70 ConstantInt(llvm::ConstantInt *C, Context &Ctx) in ConstantInt()
260 ConstantFP(llvm::ConstantFP *C, Context &Ctx) in ConstantFP()
349 ConstantAggregate(ClassID ID, llvm::Constant *C, Context &Ctx) in ConstantAggregate()
362 ConstantArray(llvm::ConstantArray *C, Context &Ctx) in ConstantArray()
379 ConstantStruct(llvm::ConstantStruct *C, Context &Ctx) in ConstantStruct()
424 ConstantVector(llvm::ConstantVector *C, Context &Ctx) in ConstantVector()
451 ConstantAggregateZero(llvm::ConstantAggregateZero *C, Context &Ctx) in ConstantAggregateZero()
501 Context &Ctx) in ConstantDataSequential()
591 ConstantDataArray(llvm::ConstantDataArray *C, Context &Ctx) in ConstantDataArray()
603 static Constant *get(Context &Ctx, ArrayRef<ElementTy> Elts) { in get()
[all …]
H A DInstruction.h107 auto &Ctx = WhereBB->getContext(); in setInsertPos() local
413 FenceInst(llvm::FenceInst *FI, Context &Ctx) in FenceInst()
442 SelectInst(llvm::SelectInst *CI, Context &Ctx) in SelectInst()
478 InsertElementInst(llvm::Instruction *I, Context &Ctx) in InsertElementInst()
500 ExtractElementInst(llvm::Instruction *I, Context &Ctx) in ExtractElementInst()
526 ShuffleVectorInst(llvm::Instruction *I, Context &Ctx) in ShuffleVectorInst()
964 InsertValueInst(llvm::InsertValueInst *IVI, Context &Ctx) in InsertValueInst()
1024 BranchInst(llvm::BranchInst *BI, Context &Ctx) in BranchInst()
1051 Context &Ctx; member
1057 Context &Ctx; member
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp38 static bool reportError(LLVMContext *Ctx, Twine Message, in reportError()
44 static bool reportValueError(LLVMContext *Ctx, Twine ParamName, in reportValueError()
74 static bool parseRootFlags(LLVMContext *Ctx, mcdxbc::RootSignatureDesc &RSD, in parseRootFlags()
88 static bool parseRootConstants(LLVMContext *Ctx, mcdxbc::RootSignatureDesc &RSD, in parseRootConstants()
126 static bool parseRootDescriptors(LLVMContext *Ctx, in parseRootDescriptors()
185 static bool parseDescriptorRange(LLVMContext *Ctx, in parseDescriptorRange()
242 static bool parseDescriptorTable(LLVMContext *Ctx, in parseDescriptorTable()
272 static bool parseStaticSampler(LLVMContext *Ctx, mcdxbc::RootSignatureDesc &RSD, in parseStaticSampler()
347 static bool parseRootSignatureElement(LLVMContext *Ctx, in parseRootSignatureElement()
386 static bool parse(LLVMContext *Ctx, mcdxbc::RootSignatureDesc &RSD, in parse()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.h35 void checkPreCall(const CallEvent &CE, CheckerContext &Ctx) const { in checkPreCall()
41 void checkDeadSymbols(SymbolReaper &SymReaper, CheckerContext &Ctx) const { in checkDeadSymbols()
46 void dynamicInit(CheckerContext &Ctx) const { in dynamicInit()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp27 LLVMContext &Ctx = Header->getContext(); in createFollowupMetadata() local
39 LLVMContext &Ctx = Header->getContext(); in createPipeliningMetadata() local
78 LLVMContext &Ctx = Header->getContext(); in createPartialUnrollMetadata() local
137 LLVMContext &Ctx = Header->getContext(); in createUnrollAndJamMetadata() local
200 LLVMContext &Ctx = Header->getContext(); in createLoopVectorizeMetadata() local
314 LLVMContext &Ctx = Header->getContext(); in createLoopDistributeMetadata() local
361 LLVMContext &Ctx = Header->getContext(); in createFullUnrollMetadata() local
407 LLVMContext &Ctx = Header->getContext(); in createMetadata() local
467 LLVMContext &Ctx = Header->getContext(); in LoopInfo() local
495 LLVMContext &Ctx = Header->getContext(); in finish() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp134 CallingContext Ctx(nullptr, D); in translateAttrExpr() local
200 CallingContext *Ctx) { in translateAttrExpr()
251 til::SExpr *SExprBuilder::translate(const Stmt *S, CallingContext *Ctx) { in translate()
326 CallingContext *Ctx) { in translateDeclRefExpr()
361 CallingContext *Ctx) { in translateCXXThisExpr()
409 CallingContext *Ctx) { in translateMemberExpr()
424 CallingContext *Ctx) { in translateObjCIVarRefExpr()
437 CallingContext *Ctx, in translateCallExpr()
464 const CXXMemberCallExpr *ME, CallingContext *Ctx) { in translateCXXMemberCallExpr()
479 const CXXOperatorCallExpr *OCE, CallingContext *Ctx) { in translateCXXOperatorCallExpr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCKernelDescriptor.cpp22 MCContext &Ctx) { in getDefaultAmdhsaKernelDescriptor()
89 MCContext &Ctx) { in bits_set()
98 uint32_t Mask, MCContext &Ctx) { in bits_get()
H A DAMDGPUMCExpr.h57 MCContext &Ctx; variable
74 MCContext &Ctx) { in createOr()
79 MCContext &Ctx) { in createMax()
92 createAlignTo(const MCExpr *Value, const MCExpr *Align, MCContext &Ctx) { in createAlignTo()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp44 auto *Ctx = __llvm_ctx_profile_start_context(&Root, 1, 10, 4); in TEST_F() local
64 auto *Ctx = __llvm_ctx_profile_start_context(&Root, 1, 10, 4); in TEST_F() local
98 auto *Ctx = in TEST_F() local
116 auto *Ctx = in TEST_F() local
129 auto *Ctx = __llvm_ctx_profile_start_context(&Root, 1, 10, 4); in TEST_F() local
172 auto *Ctx = __llvm_ctx_profile_start_context(&Root, 1, 10, 4); in TEST_F() local
198 auto *Ctx = __llvm_ctx_profile_start_context(&Root, 1, 10, 4); in TEST_F() local
217 auto *Ctx = __llvm_ctx_profile_start_context(&Root, 1, 10, 4); in TEST_F() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h325 fromData(llvm::SMTSolverRef &Solver, ASTContext &Ctx, const SymbolData *Sym) { in fromData()
338 ASTContext &Ctx, in getCastExpr()
348 getBinExpr(llvm::SMTSolverRef &Solver, ASTContext &Ctx, in getBinExpr()
384 ASTContext &Ctx, in getSymBinExpr()
425 ASTContext &Ctx, SymbolRef Sym, in getSymExpr()
504 ASTContext &Ctx, in getZeroExpr()
534 getRangeExpr(llvm::SMTSolverRef &Solver, ASTContext &Ctx, SymbolRef Sym, in getRangeExpr()
573 static inline QualType getAPSIntType(ASTContext &Ctx, in getAPSIntType()
590 fixAPSInt(ASTContext &Ctx, const llvm::APSInt &Int) { in fixAPSInt()
613 ASTContext &Ctx, llvm::SMTExprRef &LHS, in doTypeConversion()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h45 MCContext &Ctx) { in createConstantBFPHalf()
50 MCContext &Ctx) { in createConstantFPHalf()
55 MCContext &Ctx) { in createConstantFPSingle()
60 MCContext &Ctx) { in createConstantFPDouble()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DSelectorExtras.h17 static inline Selector getKeywordSelector(ASTContext &Ctx, in getKeywordSelector()
27 static inline void lazyInitKeywordSelector(Selector &Sel, ASTContext &Ctx, in lazyInitKeywordSelector()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCRelocationInfo.cpp15 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) : Ctx(Ctx) {} in MCRelocationInfo()
28 MCContext &Ctx) { in createMCRelocationInfo()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagPredicate.cpp

12345678910>>...32