Home
last modified time | relevance | path

Searched refs:OC (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp453 OC[Offset + 0], OC[Offset + 1], OC[Offset + 1] & 0x0f); in opcode_11101110()
467 OC[Offset + 0], OC[Offset + 1], OC[Offset + 1] << 2); in opcode_11101111()
471 OC[Offset + 0], OC[Offset + 1], OC[Offset + 1] << 2); in opcode_11101111()
512 OC[Offset + 0], OC[Offset + 1], OC[Offset + 2], in opcode_11110111()
528 OC[Offset + 0], OC[Offset + 1], OC[Offset + 2], OC[Offset + 3], in opcode_11111000()
541 OC[Offset + 0], OC[Offset + 1], OC[Offset + 2], in opcode_11111001()
556 OC[Offset + 0], OC[Offset + 1], OC[Offset + 2], OC[Offset + 3], in opcode_11111010()
666 OC[Offset], OC[Offset + 1], in opcode_save_regp()
682 OC[Offset], OC[Offset + 1], Reg, in opcode_save_regp_x()
687 OC[Offset], OC[Offset + 1], Reg, in opcode_save_regp_x()
[all …]
/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.resource.aliases/
H A Dheader_set_synop.pass.cpp42 using OC = std::greater<V>; in main() typedef
49 using StdSet = std::set<V, OC, pmr::polymorphic_allocator<V>>; in main()
50 using PmrSet = pmr::set<V, OC>; in main()
63 using StdSet = std::multiset<V, OC, pmr::polymorphic_allocator<V>>; in main()
64 using PmrSet = pmr::multiset<V, OC>; in main()
H A Dheader_map_synop.pass.cpp43 using OC = std::greater<int>; in main() typedef
51 using StdMap = std::map<K, V, OC, pmr::polymorphic_allocator<P>>; in main()
52 using PmrMap = pmr::map<K, V, OC>; in main()
65 using StdMap = std::multimap<K, V, OC, pmr::polymorphic_allocator<P>>; in main()
66 using PmrMap = pmr::multimap<K, V, OC>; in main()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DAssertSideEffectCheck.cpp36 UnaryOperator::Opcode OC = Op->getOpcode(); in AST_MATCHER_P2() local
37 return OC == UO_PostInc || OC == UO_PostDec || OC == UO_PreInc || in AST_MATCHER_P2()
38 OC == UO_PreDec; in AST_MATCHER_P2()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrChecker.cpp65 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in checkPreCall() local
66 if (!OC) in checkPreCall()
68 const MemRegion *ThisRegion = OC->getCXXThisVal().getAsRegion(); in checkPreCall()
72 OverloadedOperatorKind OOK = OC->getOverloadedOperator(); in checkPreCall()
H A DSmartPtrModeling.cpp734 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in handleAssignOp() local
735 if (!OC) in handleAssignOp()
737 OverloadedOperatorKind OOK = OC->getOverloadedOperator(); in handleAssignOp()
740 const MemRegion *ThisRegion = OC->getCXXThisVal().getAsRegion(); in handleAssignOp()
746 const MemRegion *OtherSmartPtrRegion = OC->getArgSVal(0).getAsRegion(); in handleAssignOp()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVECustomDAG.h156 SDValue getNode(unsigned OC, SDVTList VTL, ArrayRef<SDValue> OpV,
158 auto N = DAG.getNode(OC, DL, VTL, OpV);
164 SDValue getNode(unsigned OC, ArrayRef<EVT> ResVT, ArrayRef<SDValue> OpV,
166 auto N = DAG.getNode(OC, DL, ResVT, OpV);
172 SDValue getNode(unsigned OC, EVT ResVT, ArrayRef<SDValue> OpV,
174 auto N = DAG.getNode(OC, DL, ResVT, OpV);
H A DVECustomDAG.cpp244 unsigned OC = Op->getOpcode(); in getIdiomaticVectorType() local
250 switch (OC) { in getIdiomaticVectorType()
262 unsigned OriginalOC = OC; in getIdiomaticVectorType()
263 if (auto VVPOpc = getVVPOpcode(OC)) in getIdiomaticVectorType()
264 OC = *VVPOpc; in getIdiomaticVectorType()
266 if (isVVPReductionOp(OC)) in getIdiomaticVectorType()
270 switch (OC) { in getIdiomaticVectorType()
485 unsigned OC = in getUnpack() local
487 return DAG.getNode(OC, DL, DestVT, Vec, AVL); in getUnpack()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DVPIntrinsicTest.cpp264 for (unsigned OC : Opcodes) { in TEST_F() local
265 Intrinsic::ID VPID = VPIntrinsic::getForOpcode(OC); in TEST_F()
276 ASSERT_EQ(*RoundTripOC, OC); in TEST_F()
291 Optional<unsigned> OC = VPIntrinsic::getFunctionalOpcodeForVP(VPID); in TEST_F() local
294 if (!OC) in TEST_F()
297 Intrinsic::ID RoundTripVPID = VPIntrinsic::getForOpcode(*OC); in TEST_F()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp21 const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, in TargetSubtargetInfo() argument
23 : MCSubtargetInfo(TT, CPU, TuneCPU, FS, PF, PD, WPR, WL, RA, IS, OC, FP) {} in TargetSubtargetInfo()
H A DExpandVectorPredication.cpp240 auto OC = static_cast<Instruction::BinaryOps>(*VPI.getFunctionalOpcode()); in expandPredicationInBinaryOperator() local
241 assert(Instruction::isBinaryOp(OC)); in expandPredicationInBinaryOperator()
249 switch (OC) { in expandPredicationInBinaryOperator()
265 Value *NewBinOp = Builder.CreateBinOp(OC, Op0, Op1, VPI.getName()); in expandPredicationInBinaryOperator()
533 auto OC = VPI.getFunctionalOpcode(); in expandPredication() local
535 if (OC && Instruction::isBinaryOp(*OC)) in expandPredication()
H A DSelectOptimize.cpp926 if (auto OC = ICost.getValue()) in computeInstCost() local
927 return Optional<uint64_t>(*OC); in computeInstCost()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/Utils/
H A DLocal.h69 Constant *OC =
72 ConstantExpr::getMul(OC, Scale, false /*NUW*/, isInBounds /*NSW*/);
/llvm-project-15.0.7/clang/test/Layout/
H A Dms-x86-pack-and-align.cpp505 struct OC : virtual OA, virtual OB {}; struct
507 struct OD : OC {};
/llvm-project-15.0.7/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp377 } else if (const auto *OC = dyn_cast<ObjCCategoryDecl>(DC)) { in getFunctionName() local
378 if (OC->IsClassExtension()) { in getFunctionName()
379 OS << OC->getClassInterface()->getName(); in getFunctionName()
381 OS << OC->getIdentifier()->getNameStart() << '(' in getFunctionName()
382 << OC->getIdentifier()->getNameStart() << ')'; in getFunctionName()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/objc/
H A Dnsinvocation-argument-lifetime.m66 void bar(OtherClass *OC) {
68 [OC getArgument:&Arg atIndex:2];
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h570 const VariableExpression &OC = cast<VariableExpression>(Other); in equals() local
571 return VariableValue == OC.VariableValue; in equals()
607 const ConstantExpression &OC = cast<ConstantExpression>(Other); in equals() local
608 return ConstantValue == OC.ConstantValue; in equals()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSubtargetInfo.cpp231 const InstrStage *IS, const unsigned *OC, in MCSubtargetInfo() argument
236 OperandCycles(OC), ForwardingPaths(FP) { in MCSubtargetInfo()
/llvm-project-15.0.7/clang/test/Parser/
H A Dattributes.mm22 @class EXP OC; // expected-error-re {{postfix attributes are not allowed on Objective-C directives{…
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h68 const unsigned *OC, const unsigned *FP);
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp1019 using OC = CodeCompleteConsumer::OverloadCandidate; in ProcessOverloadCandidates() typedef
1020 auto KindPriority = [&](OC::CandidateKind K) { in ProcessOverloadCandidates()
1022 case OC::CK_Aggregate: in ProcessOverloadCandidates()
1024 case OC::CK_Function: in ProcessOverloadCandidates()
1026 case OC::CK_FunctionType: in ProcessOverloadCandidates()
1028 case OC::CK_FunctionProtoTypeLoc: in ProcessOverloadCandidates()
1030 case OC::CK_FunctionTemplate: in ProcessOverloadCandidates()
1032 case OC::CK_Template: in ProcessOverloadCandidates()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h102 const unsigned *OC, const unsigned *FP);
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h122 OC, enumerator
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp15967 for (const OffsetOfComponent &OC : Components) { in BuildBuiltinOffsetOf() local
15968 if (OC.isBrackets) { in BuildBuiltinOffsetOf()
15993 Comps.push_back(OffsetOfNode(OC.LocStart, Exprs.size(), OC.LocEnd)); in BuildBuiltinOffsetOf()
16002 Comps.push_back(OffsetOfNode(OC.LocStart, OC.U.IdentInfo, OC.LocEnd)); in BuildBuiltinOffsetOf()
16008 if (RequireCompleteType(OC.LocStart, CurrentType, in BuildBuiltinOffsetOf()
16041 LookupResult R(*this, OC.U.IdentInfo, OC.LocStart, LookupMemberName); in BuildBuiltinOffsetOf()
16052 << OC.U.IdentInfo << RD << SourceRange(OC.LocStart, in BuildBuiltinOffsetOf()
16060 Diag(OC.LocEnd, diag::err_offsetof_bitfield) in BuildBuiltinOffsetOf()
16077 Diag(OC.LocEnd, diag::err_offsetof_field_of_virtual_base) in BuildBuiltinOffsetOf()
16091 Comps.push_back(OffsetOfNode(OC.LocStart, in BuildBuiltinOffsetOf()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h408 static Intrinsic::ID getForOpcode(unsigned OC);

12