| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ARMWinEHPrinter.cpp | 455 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 D | SmartPtrChecker.cpp | 65 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 D | SmartPtrModeling.cpp | 735 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 D | VECustomDAG.h | 156 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 D | VECustomDAG.cpp | 244 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 D | TargetSubtargetInfo.cpp | 21 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 D | ExpandVectorPredication.cpp | 258 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 D | SelectOptimize.cpp | 1203 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 D | nvidia,tegra124-soctherm.txt | 71 - 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 D | p2048_q224_t1864_gind1.pem | 11 OC+++GU78p2Ys9vtZXKdpGkHxh5ad/PwyAsbk1a7hNFxPBqm8kZt4GPfslz1e2ZA
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 376 } 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 D | GVNExpression.h | 570 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 D | MCSubtargetInfo.cpp | 232 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 D | APINotesWriter.cpp | 604 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 D | TargetSubtargetInfo.h | 71 const unsigned *OC, const unsigned *FP);
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/leds/backlight/ |
| H A D | mediatek,mt6370-backlight.yaml | 75 Backlight OC level selection.
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSubtargetInfo.h | 102 const unsigned *OC, const unsigned *FP);
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-am64.dtsi | 93 <0x00 0x70000000 0x00 0x70000000 0x00 0x00200000>, /* OC SRAM */
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/usb/ |
| H A D | generic-ehci.yaml | 138 the OC bit when an over-current isn't actually present.
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | imx53-tx53.dtsi | 499 MX53_PAD_EIM_D30__GPIO3_30 0x100 /* OC */ 512 MX53_PAD_GPIO_8__GPIO1_8 0x100 /* OC */
|
| H A D | imx6q-evi.dts | 484 /* usbh1_b OC */
|
| H A D | imx6qdl-gw53xx.dtsi | 736 MX6QDL_PAD_KEY_COL4__GPIO4_IO14 0x1b0b0 /* OC */
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mp-dhcom-pdk3.dts | 284 /* 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 D | large_policy_tree.pem | 243 gAy7GecLVbQw6eL8k1cGWwLt+wl3sn8he8fA0I+KoFfcOCgtvOF59RMXnjZ1+7OC
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 123 OC, enumerator
|