Searched refs:LC (Results 51 - 75 of 83) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp347 RTLIB::Libcall LC; local
352 LC = IsSigned ? RTLIB::SDIVREM_I8 : RTLIB::UDIVREM_I8;
355 LC = IsSigned ? RTLIB::SDIVREM_I16 : RTLIB::UDIVREM_I16;
358 LC = IsSigned ? RTLIB::SDIVREM_I32 : RTLIB::UDIVREM_I32;
361 LC = IsSigned ? RTLIB::SDIVREM_I64 : RTLIB::UDIVREM_I64;
364 LC = IsSigned ? RTLIB::SDIVREM_I128 : RTLIB::UDIVREM_I128;
380 SDValue Callee = DAG.getExternalSymbol(getLibcallName(LC),
389 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h446 void markInteresting(const LocationContext *LC);
451 bool isInteresting(const LocationContext *LC) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2787 const LocationContext *LC = C.getLocationContext(); local
2793 VR = MemMgr.getVarRegion(VR->getDecl(), LC);
3274 for (const LocationContext *LC = CurrentLC; LC; LC = LC->getParent()) {
3275 if (const auto *DD = dyn_cast<CXXDestructorDecl>(LC->getDecl())) {
3289 ReleaseDestructorLC = LC->getStackFrame();
H A DStdLibraryFunctionsChecker.cpp388 const LocationContext *LC = C.getLocationContext(); local
390 CE, LC, CE->getType().getCanonicalType(), C.blockCount());
391 State = State->BindExpr(CE, LC, V);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp51 std::unique_ptr<JITLinkAsyncLookupContinuation> LC) override {
74 auto OnResolve = [this, LookupContinuation = std::move(LC)](
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp629 PathDiagnosticLocation::createDeclBegin(const LocationContext *LC, argument
632 if (const auto *CS = dyn_cast_or_null<CompoundStmt>(LC->getDecl()->getBody()))
642 PathDiagnosticLocation::createDeclEnd(const LocationContext *LC, argument
644 SourceLocation L = LC->getDecl()->getBodyRBrace();
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1434 const LocationContext *LC) {
1436 return getSimpleCall(CE, State, LC);
1438 return getCXXAllocatorCall(NE, State, LC);
1440 return getObjCMethodCall(ME, State, LC);
1433 getCall(const Stmt *S, ProgramStateRef State, const LocationContext *LC) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h484 SDValue SoftenFloatRes_Unary(SDNode *N, RTLIB::Libcall LC);
485 SDValue SoftenFloatRes_Binary(SDNode *N, RTLIB::Libcall LC);
531 SDValue SoftenFloatOp_Unary(SDNode *N, RTLIB::Libcall LC);
561 void ExpandFloatRes_Unary(SDNode *N, RTLIB::Libcall LC,
563 void ExpandFloatRes_Binary(SDNode *N, RTLIB::Libcall LC,
H A DTargetLowering.cpp126 TargetLowering::makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, EVT RetVT, argument
153 if (LC == RTLIB::UNKNOWN_LIBCALL)
155 SDValue Callee = DAG.getExternalSymbol(getLibcallName(LC),
170 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args))
7526 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;
7528 LC = RTLIB::MUL_I16;
7530 LC = RTLIB::MUL_I32;
7532 LC = RTLIB::MUL_I64;
7534 LC = RTLIB::MUL_I128;
7535 assert(LC !
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp158 enum { LC = llvm::MachO::LC_SEGMENT_64 }; enumerator in enum:lld::mach_o::normalized::MachOFileLayout::MachO64Trait::__anon1145
165 enum { LC = llvm::MachO::LC_SEGMENT }; enumerator in enum:lld::mach_o::normalized::MachOFileLayout::MachO32Trait::__anon1146
624 seg->cmd = T::LC;
679 cmd->cmd = T::LC;
698 cmd->cmd = T::LC;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp502 for (const auto &LC : LibraryCalls) {
503 setLibcallName(LC.Op, LC.Name);
504 if (LC.Cond != ISD::SETCC_INVALID)
505 setCmpLibcallCC(LC.Op, LC.Cond);
607 for (const auto &LC : LibraryCalls) {
608 setLibcallName(LC.Op, LC.Name);
609 setLibcallCallingConv(LC
5406 RTLIB::Libcall LC; local
5486 RTLIB::Libcall LC; local
8917 RTLIB::Libcall LC = local
16198 RTLIB::Libcall LC; local
16265 RTLIB::Libcall LC = getDivRemLibcall(Op.getNode(), local
16310 RTLIB::Libcall LC = getDivRemLibcall(N, N->getValueType(0).getSimpleVT(). local
16407 RTLIB::Libcall LC; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp79 for (auto LC : MachO->load_commands()) {
81 if (LC.C.cmd == MachO::LC_UUID) {
82 if (LC.C.cmdsize < sizeof(UUID) + sizeof(LC.C)) {
87 memcpy(&UUID, LC.Ptr+sizeof(LC.C), sizeof(UUID));
H A DDWARFDie.cpp131 if (Optional<uint64_t> LC = LV->getAsUnsignedConstant())
133 LanguageLowerBound(static_cast<dwarf::SourceLanguage>(*LC))))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h249 bool isParentOf(const LocationContext *LC) const;
H A DPathDiagnostic.h266 static PathDiagnosticLocation createDeclBegin(const LocationContext *LC,
271 static PathDiagnosticLocation createDeclEnd(const LocationContext *LC,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3823 for (const LambdaCapture &LC : RD->captures()) {
3824 if (LC.getCaptureKind() == LCK_ByRef) {
3825 VarDecl *VD = LC.getCapturedVar();
3829 MarkVariableReferenced(LC.getLocation(), VD);
3830 } else if (LC.getCaptureKind() == LCK_This) {
3834 CheckCXXThisCapture(LC.getLocation());
8043 if (auto *LC = dyn_cast<OMPLinearClause>(C))
8044 if (FinishOpenMPLinearClause(*LC, cast<DeclRefExpr>(B.IterationVarRef),
8082 if (auto *LC = dyn_cast<OMPLinearClause>(C))
8083 if (FinishOpenMPLinearClause(*LC, cas
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp538 const Constant *LC = L.Values[i]; local
539 Changed |= add(LC);
549 bool LatticeCell::add(const Constant *LC) { argument
550 assert(LC);
561 if (C == LC)
566 Values[Index] = LC;
579 uint32_t NewPs = Ps & ConstantProperties::deduce(LC);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp131 for (int LC = 0; LC < RTLIB::UNKNOWN_LIBCALL; ++LC)
132 setLibcallCallingConv((RTLIB::Libcall)LC, CallingConv::C);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3590 RTLIB::Libcall LC; local
3596 LC = LibCallTable[0][Is64Bit];
3599 LC = LibCallTable[1][Is64Bit];
3602 LC = LibCallTable[2][Is64Bit];
3619 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), II->getType(),
3620 TLI.getLibcallName(LC), std::move(Args));
4893 RTLIB::Libcall LC;
4898 LC = RTLIB::REM_F32;
4901 LC = RTLIB::REM_F64;
4918 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC),
[all...]
H A DAArch64ISelLowering.cpp2520 RTLIB::Libcall LC; local
2521 LC = RTLIB::getFPEXT(Op.getOperand(0).getValueType(), Op.getValueType());
2523 return LowerF128Call(Op, DAG, LC);
2535 RTLIB::Libcall LC; local
2536 LC = RTLIB::getFPROUND(SrcVal.getValueType(), Op.getValueType());
2545 std::tie(Result, Chain) = makeLibCall(DAG, LC, Op.getValueType(), SrcVal,
2612 RTLIB::Libcall LC; local
2615 LC = RTLIB::getFPTOSINT(SrcVal.getValueType(), Op.getValueType());
2617 LC = RTLIB::getFPTOUINT(SrcVal.getValueType(), Op.getValueType());
2619 return LowerF128Call(Op, DAG, LC);
2706 RTLIB::Libcall LC = ArgVT == MVT::f64 ? RTLIB::SINCOS_STRET_F64 local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp167 const LocationContext *LC = C.getLocationContext(); local
173 VR = MemMgr.getVarRegion(VR->getDecl(), LC);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp513 RTLIB::Libcall LC,
523 switch (Table[LC]) {
512 getLibcallSignature(const WebAssemblySubtarget &Subtarget, RTLIB::Libcall LC, SmallVectorImpl<wasm::ValType> &Rets, SmallVectorImpl<wasm::ValType> &Params) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1865 LoopConstrainer LC(*L, LI, LPMAddNewLoop, LS, SE, DT,
1867 bool Changed = LC.run();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1210 const LocationContext *LC);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp895 RTLIB::Libcall LC; local
898 LC = RTLIB::getFPTOSINT(Op0.getValueType(), N->getValueType(0));
900 LC = RTLIB::getFPTOUINT(Op0.getValueType(), N->getValueType(0));
907 makeLibCall(DAG, LC, N->getValueType(0), Op0, CallOptions, DL, Chain);

Completed in 717 milliseconds

1234