Searched refs:RO (Results 1 - 25 of 27) sorted by relevance

12

/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DInfoObj.pm18 exists $self->{RO} and return $self->{RO};
46 # must not touch the hash under the RO attribute. The reason is that
47 # the RO hash gets written to Metadata file and is thus persistent.
100 my $ro = $self->{RO} =
137 # next if m/^(ID|RO)$/;
159 next if m/^(ID|RO)$/;
H A DIndex.pm602 $class->new(ID=>$id, RO=>$ro);
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_debugfs_params.c204 #define RO(mode) (((mode) & 0222) == 0) macro
211 RO(mode) ? &i915_param_int_fops_ro :
220 RO(mode) ? &i915_param_uint_fops_ro :
229 RO(mode) ? &i915_param_charp_fops_ro :
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp370 CSRSavedLocation RO = it->second; local
371 if (!RO.Reg && RO.Offset) {
373 MCCFIInstruction::createOffset(nullptr, Reg, *RO.Offset));
374 } else if (RO.Reg && !RO.Offset) {
376 MCCFIInstruction::createRegister(nullptr, Reg, *RO.Reg));
378 llvm_unreachable("RO.Reg and RO.Offset cannot both be valid/invalid");
/openbsd-current/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp56 SMC_PCASE(RO, 1)
/openbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.h70 RO = 0x01, enumerator in enum:__anon9087
H A Daicasm_scan.l168 RW|RO|WO {
171 else if (strcmp(yytext, "RO") == 0)
172 yylval.value = RO;
H A Daicasm_gram.y1811 if (symbol->info.rinfo->mode == RO) {
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp820 const MachineOperand &RO = PN->getOperand(i), &BO = PN->getOperand(i+1); local
822 SR = RO.getReg(), SSR = RO.getSubReg();
824 TR = RO.getReg(), TSR = RO.getSubReg();
826 FR = RO.getReg(), FSR = RO.getSubReg();
H A DHexagonGenInsert.cpp386 OrderedRegisterList(const RegisterOrdering &RO) argument
387 : MaxSize(MaxORLSize), Ord(RO) {}
528 void buildOrderingMF(RegisterOrdering &RO) const;
529 void buildOrderingBT(RegisterOrdering &RB, RegisterOrdering &RO) const;
594 void HexagonGenInsert::buildOrderingMF(RegisterOrdering &RO) const {
607 RO.insert(std::make_pair(R, Index++));
618 RegisterOrdering &RO) const {
632 RO.insert(std::make_pair(VRs[i], i));
H A DHexagonExpandCondsets.cpp231 void renameInRange(RegisterRef RO, RegisterRef RN, unsigned PredR,
927 /// In the range [First, Last], rename all references to the "old" register RO
930 void HexagonExpandCondsets::renameInRange(RegisterRef RO, RegisterRef RN, argument
943 if (!Op.isReg() || RO != RegisterRef(Op))
H A DHexagonInstrInfo.cpp693 const MachineOperand &RO = Cond[1]; local
694 unsigned Flags = getUndefRegState(RO.isUndef());
695 BuildMI(&MBB, DL, get(BccOpc)).addReg(RO.getReg(), Flags).addMBB(TBB);
717 const MachineOperand &RO = Cond[1]; local
718 unsigned Flags = getUndefRegState(RO.isUndef());
719 BuildMI(&MBB, DL, get(BccOpc)).addReg(RO.getReg(), Flags).addMBB(TBB);
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp352 for (RegSaveOffset RO : RegSaveOffsets)
353 FuncOS << printFPOReg(MRI, RO.Reg) << ' ' << CFAVar << ' ' << RO.Offset
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util/t/
H A DUtil.t121 my %hash = (KEY => 'val', RO => 'val');
123 lock_value(%hash, 'RO');
126 like( $@, qr/^Attempt to delete readonly key 'RO' from a restricted hash/,
131 my %hash = (KEY => 1, RO => 2);
133 eval { %hash = (KEY => 1, RO => 2) };
/openbsd-current/gnu/llvm/llvm/lib/BinaryFormat/
H A DXCOFF.cpp23 SMC_CASE(RO)
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2635 const MultiVersionResolverOption &RO) {
2637 for (const StringRef &Feature : RO.Conditions.Features) {
2649 const MultiVersionResolverOption &RO) {
2652 if (!RO.Conditions.Architecture.empty())
2653 Condition = EmitX86CpuIs(RO.Conditions.Architecture);
2655 if (!RO.Conditions.Features.empty()) {
2656 llvm::Value *FeatureCond = EmitX86CpuSupports(RO.Conditions.Features);
2716 for (const MultiVersionResolverOption &RO : Options) {
2718 llvm::Value *Condition = FormAArch64ResolverCondition(RO);
2722 CreateMultiVersionResolverReturn(CGM, Resolver, Builder, RO
2634 FormAArch64ResolverCondition( const MultiVersionResolverOption &RO) argument
2648 FormX86ResolverCondition( const MultiVersionResolverOption &RO) argument
[all...]
H A DCodeGenModule.cpp3660 const CodeGenFunction::MultiVersionResolverOption &RO) {
3663 for (StringRef Feat : RO.Conditions.Features) {
3668 if (!RO.Conditions.Architecture.empty())
3670 Priority, TI.multiVersionSortPriority(RO.Conditions.Architecture));
3659 TargetMVPriority(const TargetInfo &TI, const CodeGenFunction::MultiVersionResolverOption &RO) argument
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp895 const CodeGenInstAlias::ResultOperand &RO = CGA.ResultOperands[i]; local
897 switch (RO.Kind) {
899 const Record *Rec = RO.getRecord();
900 StringRef ROName = RO.getName();
982 MIOpNum += RO.getMINumOperands();
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp116 const RegionOffset &RO = R->getAsOffset(); local
117 if (RO.hasSymbolicOffset())
118 return BindingKey(cast<SubRegion>(R), cast<SubRegion>(RO.getRegion()), k);
120 return BindingKey(RO.getRegion(), RO.getOffset(), k);
1180 const RegionOffset &RO = baseR->getAsOffset(); local
1182 if (RO.hasSymbolicOffset()) {
1190 uint64_t LowerOffset = RO.getOffset();
/openbsd-current/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp542 Value *LO = L->getOperand(I), *RO = R->getOperand(I); local
543 if (!equivalentAsOperands(LO, RO, AC)) {
544 if (Complain) Engine.logf("operands %l and %r differ") << LO << RO; local
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1053 void setReadOnly(bool RO) { VarFlags.MaybeReadOnly = RO; } argument
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigRat/lib/Math/
H A DBigRat.pm3005 RO. Read-write parameters are marked as RW. The following parameters are
3008 Parameter RO/RW Description
3011 lib RO Name of the math backend library
3013 lib_version RO Version of the math backend library
3015 class RO The class of config you just called
3017 version RO version number of the class you used
/openbsd-current/gnu/usr.bin/perl/lib/unicore/To/
H A DNameAlia.pl188 EA3 LAO LETTER RO: correction
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm6271 Set or get class variables. Read-only parameters are marked as RO. Read-write
6274 Parameter RO/RW Description
6277 lib RO Name of the math backend library
6279 lib_version RO Version of the math backend library
6281 class RO The class of config you just called
6283 version RO version number of the class you used
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A DName.pl9992 THAI CHARACTER RO RUA
10250 LAO LETTER RO
10775 TIBETAN SIGN RJES SU NGA RO
12710 ETHIOPIC SYLLABLE RO
14984 CANADIAN SYLLABICS RO
15188 CANADIAN SYLLABICS WEST-CREE RO
15377 CANADIAN SYLLABICS CARRIER RO
16604 KHMER LETTER RO
31937 COPTIC CAPITAL LETTER RO
31940 COPTIC SMALL LETTER RO
[all...]

Completed in 654 milliseconds

12