Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp455 OC[Offset + 0], OC[Offset + 1], OC[Offset + 1] & 0x0f); in opcode_11101110()
469 OC[Offset + 0], OC[Offset + 1], OC[Offset + 1] << 2); in opcode_11101111()
473 OC[Offset + 0], OC[Offset + 1], OC[Offset + 1] << 2); in opcode_11101111()
514 OC[Offset + 0], OC[Offset + 1], OC[Offset + 2], in opcode_11110111()
530 OC[Offset + 0], OC[Offset + 1], OC[Offset + 2], OC[Offset + 3], in opcode_11111000()
543 OC[Offset + 0], OC[Offset + 1], OC[Offset + 2], in opcode_11111001()
558 OC[Offset + 0], OC[Offset + 1], OC[Offset + 2], OC[Offset + 3], in opcode_11111010()
668 OC[Offset], OC[Offset + 1], in opcode_save_regp()
684 OC[Offset], OC[Offset + 1], Reg, in opcode_save_regp_x()
689 OC[Offset], OC[Offset + 1], Reg, in opcode_save_regp_x()
[all …]
/freebsd-14.2/contrib/llvm-project/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.cpp735 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in handleAssignOp() local
736 if (!OC) in handleAssignOp()
738 OverloadedOperatorKind OOK = OC->getOverloadedOperator(); in handleAssignOp()
741 const MemRegion *ThisRegion = OC->getCXXThisVal().getAsRegion(); in handleAssignOp()
747 const MemRegion *OtherSmartPtrRegion = OC->getArgSVal(0).getAsRegion(); in handleAssignOp()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/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.cpp258 auto OC = static_cast<Instruction::BinaryOps>(*VPI.getFunctionalOpcode()); in expandPredicationInBinaryOperator() local
259 assert(Instruction::isBinaryOp(OC)); in expandPredicationInBinaryOperator()
267 switch (OC) { in expandPredicationInBinaryOperator()
283 Value *NewBinOp = Builder.CreateBinOp(OC, Op0, Op1, VPI.getName()); in expandPredicationInBinaryOperator()
696 auto OC = VPI.getFunctionalOpcode(); in expandPredication() local
698 if (OC && Instruction::isBinaryOp(*OC)) in expandPredication()
H A DSelectOptimize.cpp1203 if (auto OC = ICost.getValue()) in computeInstCost() local
1204 return std::optional<uint64_t>(*OC); in computeInstCost()
/freebsd-14.2/sys/contrib/device-tree/Bindings/thermal/
H A Dnvidia,tegra124-soctherm.txt71 - nvidia,count-threshold: Specifies the number of OC events that are
73 the property is missing. A value of 0 will interrupt on every OC alarm.
74 - nvidia,polarity-active-low: Configures the polarity of the OC alaram
77 expires (which means the OC event has not occurred for a long time),
80 throttling is engaged after the OC event is deasserted. Default value
/freebsd-14.2/crypto/openssl/test/recipes/15-test_dsaparam_data/valid/
H A Dp2048_q224_t1864_gind1.pem11 OC+++GU78p2Ys9vtZXKdpGkHxh5ad/PwyAsbk1a7hNFxPBqm8kZt4GPfslz1e2ZA
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp376 } else if (const auto *OC = dyn_cast<ObjCCategoryDecl>(DC)) { in getFunctionName() local
377 if (OC->IsClassExtension()) { in getFunctionName()
378 OS << OC->getClassInterface()->getName(); in getFunctionName()
380 OS << OC->getIdentifier()->getNameStart() << '(' in getFunctionName()
381 << OC->getIdentifier()->getNameStart() << ')'; in getFunctionName()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp232 const InstrStage *IS, const unsigned *OC, in MCSubtargetInfo() argument
237 OperandCycles(OC), ForwardingPaths(FP) { in MCSubtargetInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp604 for (auto &OC : ObjCContexts) in writeObjCContextBlock() local
605 Generator.insert(OC.first, OC.second.first); in writeObjCContextBlock()
623 for (auto &OC : ObjCContexts) in writeObjCContextBlock() local
624 Generator.insert(OC.second.first, OC.second.second); in writeObjCContextBlock()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h71 const unsigned *OC, const unsigned *FP);
/freebsd-14.2/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dmediatek,mt6370-backlight.yaml75 Backlight OC level selection.
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h102 const unsigned *OC, const unsigned *FP);
/freebsd-14.2/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am64.dtsi93 <0x00 0x70000000 0x00 0x70000000 0x00 0x00200000>, /* OC SRAM */
/freebsd-14.2/sys/contrib/device-tree/Bindings/usb/
H A Dgeneric-ehci.yaml138 the OC bit when an over-current isn't actually present.
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dimx53-tx53.dtsi499 MX53_PAD_EIM_D30__GPIO3_30 0x100 /* OC */
512 MX53_PAD_GPIO_8__GPIO1_8 0x100 /* OC */
H A Dimx6q-evi.dts484 /* usbh1_b OC */
H A Dimx6qdl-gw53xx.dtsi736 MX6QDL_PAD_KEY_COL4__GPIO4_IO14 0x1b0b0 /* OC */
/freebsd-14.2/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mp-dhcom-pdk3.dts284 /* This port has USB5734 Hub connected to it, PWR/OC pins are unused */
/freebsd-14.2/crypto/openssl/test/recipes/80-test_policy_tree_data/
H A Dlarge_policy_tree.pem243 gAy7GecLVbQw6eL8k1cGWwLt+wl3sn8he8fA0I+KoFfcOCgtvOF59RMXnjZ1+7OC
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h123 OC, enumerator

123