Home
last modified time | relevance | path

Searched refs:VR (Results 1 – 25 of 63) sorted by relevance

123

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp445 Seq.push_back(VR); in insert()
447 Seq.insert(L, VR); in insert()
940 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) { in collectInBlock() local
949 if (findSelfReference(VR) || isSmallConstant(VR)) in collectInBlock()
961 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) in collectInBlock() local
962 AVs.insert(VR); in collectInBlock()
971 for (unsigned VR = BlockDefs.find_first(); VR; VR = BlockDefs.find_next(VR)) in collectInBlock() local
972 AVs.remove(VR); in collectInBlock()
984 Regs[S].insert(VR); in findRemovableRegisters()
1023 RMs.remove(VR); in findRemovableRegisters()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXTHead.td35 : THInstVdotVV<funct6, opv, (outs VR:$vd),
36 (ins VR:$vs1, VR:$vs2, VMaskOp:$vm),
41 : THInstVdotVX<funct6, opv, (outs VR:$vd),
42 (ins GPR:$rs1, VR:$vs2, VMaskOp:$vm),
72 def THVdotV_M1 : LMULInfo<0b000, 8, VR, VR, VR, VR, VR, "M1">;
73 def THVdotV_M2 : LMULInfo<0b001, 16, VRM2, VRM2, VR, VR, VR, "M2">;
74 def THVdotV_M4 : LMULInfo<0b010, 32, VRM4, VRM4, VRM2, VR, VR, "M4">;
75 def THVdotV_M8 : LMULInfo<0b011, 64, VRM8, VRM8, VRM4, VRM2, VR, "M8">;
H A DRISCVInstrInfoV.td1168 (VMSLT_VV VR:$vd, VR:$vb, VR:$va, VMaskOp:$vm), 0>;
1385 (VFSGNJN_VV VR:$vd, VR:$vs, VR:$vs, VMaskOp:$vm)>;
1387 (VFSGNJN_VV VR:$vd, VR:$vs, VR:$vs, zero_reg)>;
1389 (VFSGNJX_VV VR:$vd, VR:$vs, VR:$vs, VMaskOp:$vm)>;
1391 (VFSGNJX_VV VR:$vd, VR:$vs, VR:$vs, zero_reg)>;
1547 (VMAND_MM VR:$vd, VR:$vs, VR:$vs)>;
1549 (VMXOR_MM VR:$vd, VR:$vd, VR:$vd)>;
1551 (VMXNOR_MM VR:$vd, VR:$vd, VR:$vd)>;
1553 (VMNAND_MM VR:$vd, VR:$vs, VR:$vs)>;
1556 (VMANDN_MM VR:$vd, VR:$vs2, VR:$vs1), 0>;
[all …]
H A DRISCVInstrInfoVVLPatterns.td1920 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>;
1921 def : Pat<(mti.Mask (riscv_vmor_vl VR:$rs1, VR:$rs2, VLOpFrag)),
1923 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>;
1926 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>;
1932 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>;
1937 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>;
1943 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>;
1949 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>;
1954 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>;
1959 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>;
[all …]
H A DRISCVInstrInfoVSDPatterns.td789 def : Pat<(mti.Mask (and VR:$rs1, VR:$rs2)),
791 VR:$rs1, VR:$rs2, mti.AVL, mti.Log2SEW)>;
792 def : Pat<(mti.Mask (or VR:$rs1, VR:$rs2)),
794 VR:$rs1, VR:$rs2, mti.AVL, mti.Log2SEW)>;
795 def : Pat<(mti.Mask (xor VR:$rs1, VR:$rs2)),
799 def : Pat<(mti.Mask (rvv_vnot (and VR:$rs1, VR:$rs2))),
802 def : Pat<(mti.Mask (rvv_vnot (or VR:$rs1, VR:$rs2))),
805 def : Pat<(mti.Mask (rvv_vnot (xor VR:$rs1, VR:$rs2))),
809 def : Pat<(mti.Mask (and VR:$rs1, (rvv_vnot VR:$rs2))),
812 def : Pat<(mti.Mask (or VR:$rs1, (rvv_vnot VR:$rs2))),
[all …]
H A DRISCVInstrInfoVPseudos.td88 def V_M1 : LMULInfo<0b000, 8, VR, VRM2, VR, VR, VR, "M1">;
89 def V_M2 : LMULInfo<0b001, 16, VRM2, VRM4, VR, VR, VR, "M2">;
90 def V_M4 : LMULInfo<0b010, 32, VRM4, VRM8, VRM2, VR, VR, "M4">;
91 def V_M8 : LMULInfo<0b011, 64, VRM8,/*NoVReg*/VR, VRM4, VRM2, VR, "M8">;
93 def V_MF8 : LMULInfo<0b101, 1, VR, VR,/*NoVReg*/VR,/*NoVReg*/VR,/*NoVReg*/VR, "MF8">;
94 def V_MF4 : LMULInfo<0b110, 2, VR, VR, VR,/*NoVReg*/VR,/*NoVReg*/VR, "MF4">;
95 def V_MF2 : LMULInfo<0b111, 4, VR, VR, VR, VR,/*NoVReg*/VR, "MF2">;
2046 def "_MM_" # mx : VPseudoBinaryNoMask<VR, VR, VR, "", /*DummyMask*/0>,
4453 mti.Log2SEW, VR, VR>;
4912 VR, vti.RegClass, VR>;
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingMergeFile.c28 ValueProfRecord *VR = getFirstValueProfRecord(SrcValueProfData); in lprofMergeValueProfData() local
30 VData = getValueProfRecordValueData(VR); in lprofMergeValueProfData()
32 for (S = 0; S < VR->NumValueSites; S++) { in lprofMergeValueProfData()
33 uint8_t NV = VR->SiteCountArray[S]; in lprofMergeValueProfData()
41 VR = getValueProfRecordNext(VR); in lprofMergeValueProfData()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp95 } else if (const auto *VR = dyn_cast<VarRegion>(R)) { in genName() local
96 os << "stack memory associated with local variable '" << VR->getString() in genName()
98 range = VR->getDecl()->getSourceRange(); in genName()
332 const MemRegion *VR = Val.getAsRegion(); in checkEndFunction() local
333 if (!VR) in checkEndFunction()
336 if (checkForDanglingStackVariable(Region, VR)) in checkEndFunction()
342 if (VR && VR->hasStackStorage() && !isNotInCurrentFrame(VR, Ctx)) in checkEndFunction()
343 V.emplace_back(Region, VR); in checkEndFunction()
H A DMacOSXAPIChecker.cpp96 if (const VarRegion *VR = dyn_cast<VarRegion>(RB)) { in CheckDispatchOnce() local
97 const VarDecl *VD = VR->getDecl(); in CheckDispatchOnce()
106 if (VR != R) in CheckDispatchOnce()
112 os << VR->getDecl()->getName() << '\''; in CheckDispatchOnce()
H A DMIGChecker.cpp133 const auto *VR = dyn_cast<VarRegion>(MR); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
134 if (VR && VR->hasStackParametersStorage() && in REGISTER_TRAIT_WITH_PROGRAMSTATE()
135 VR->getStackFrame()->inTopFrame()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
136 return cast<ParmVarDecl>(VR->getDecl()); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
H A DUndefCapturedBlockVarChecker.cpp66 const VarRegion *VR = I.getCapturedRegion(); in checkPostStmt() local
67 const VarDecl *VD = VR->getDecl(); in checkPostStmt()
90 bugreporter::trackStoredValue(*V, VR, *R, in checkPostStmt()
H A DNSErrorChecker.cpp203 if (const VarRegion *VR = R->getAs<VarRegion>()) in parameterTypeFromSVal() local
205 stackReg = dyn_cast<StackArgumentsSpaceRegion>(VR->getMemorySpace())) in parameterTypeFromSVal()
207 return VR->getValueType(); in parameterTypeFromSVal()
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp180 Register VR = in emitPrologue() local
182 BuildMI(MBB, MBBI, DL, TII->get(CSKY::LSRI32), VR) in emitPrologue()
186 .addReg(VR) in emitPrologue()
189 Register VR = in emitPrologue() local
191 BuildMI(MBB, MBBI, DL, TII->get(CSKY::MOV16), VR).addReg(SPReg); in emitPrologue()
192 BuildMI(MBB, MBBI, DL, TII->get(CSKY::LSRI16), VR) in emitPrologue()
193 .addReg(VR) in emitPrologue()
195 BuildMI(MBB, MBBI, DL, TII->get(CSKY::LSLI16), VR) in emitPrologue()
196 .addReg(VR) in emitPrologue()
198 BuildMI(MBB, MBBI, DL, TII->get(CSKY::MOV16), SPReg).addReg(VR); in emitPrologue()
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp914 ValueProfRecord *VR = getFirstValueProfRecord(this); in deserializeTo() local
916 VR->deserializeTo(Record, SymTab); in deserializeTo()
917 VR = getValueProfRecordNext(VR); in deserializeTo()
945 ValueProfRecord *VR = getFirstValueProfRecord(this); in checkIntegrity() local
947 if (VR->Kind > IPVK_Last) in checkIntegrity()
950 VR = getValueProfRecordNext(VR); in checkIntegrity()
994 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesToHost() local
996 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost()
997 VR = getValueProfRecordNext(VR); in swapBytesToHost()
1010 VR->swapBytes(getHostEndianness(), Endianness); in swapBytesFromHost()
[all …]
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp450 if (const auto *VR = dyn_cast<VarRegion>(MR)) in isLiveRegion() local
451 return isLive(VR, true); in isLiveRegion()
541 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ in isLive() argument
542 const StackFrameContext *VarContext = VR->getStackFrame(); in isLive()
561 if (LCtx->getAnalysis<RelaxedLiveVariables>()->isLive(Loc, VR->getDecl())) in isLive()
568 const_cast<SymbolReaper *>(this)->includedRegionCache[VR]; in isLive()
577 reapedStore.getStoreManager().includedInBindings(store, VR); in isLive()
H A DMemRegion.cpp724 else if (VR) { in sourceRange()
725 return VR->getDecl()->getSourceRange(); in sourceRange()
953 if (VR->getDecl() == VD) in getStackOrCaptureRegionForDeclContext()
1627 const VarRegion *VR = nullptr; in getCaptureRegions() local
1631 VR = MemMgr.getNonParamVarRegion(VD, this); in getCaptureRegions()
1636 VR = MemMgr.getVarRegion(VD, LC); in getCaptureRegions()
1637 OriginalVR = VR; in getCaptureRegions()
1644 return std::make_pair(VR, OriginalVR); in getCaptureRegions()
1673 const VarRegion *VR = nullptr; in LazyInitializeReferencedVars() local
1676 assert(VR); in LazyInitializeReferencedVars()
[all …]
H A DBugReporterVisitors.cpp649 const MemRegion *VR = V.getAsRegion(); in findRegionOfInterestInRecord() local
654 if (RegionOfInterest == VR) in findRegionOfInterestInRecord()
1251 if (DS->getSingleDecl() != VR->getDecl()) in isInitializationOfVar()
1264 assert(VR->getDecl()->hasLocalStorage()); in isInitializationOfVar()
1341 const auto *VR = cast<VarRegion>(SI.Dest); in showBRParamDiagnostics() local
1342 const auto *D = VR->getDecl(); in showBRParamDiagnostics()
1366 if (VR->canPrintPretty()) { in showBRParamDiagnostics()
1368 VR->printPretty(OS); in showBRParamDiagnostics()
1508 if (isInitializationOfVar(Pred, VR)) { in VisitNode()
1510 InitE = VR->getDecl()->getInit(); in VisitNode()
[all …]
H A DRegionStore.cpp1099 const VarRegion *VR = BI.getCapturedRegion(); in VisitCluster() local
1100 const VarDecl *VD = VR->getDecl(); in VisitCluster()
1102 AddToWorkList(VR); in VisitCluster()
1104 else if (Loc::isLocType(VR->getValueType())) { in VisitCluster()
1492 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { in getBinding() local
1733 const VarRegion *VR = dyn_cast<VarRegion>(Base); in getConstantValFromConstArrayInitializer() local
1734 if (!VR) in getConstantValFromConstArrayInitializer()
1742 const VarDecl *VD = VR->getDecl(); in getConstantValFromConstArrayInitializer()
1983 if (const auto *VR = dyn_cast<VarRegion>(superR)) { in getBindingForField() local
1984 const VarDecl *VD = VR->getDecl(); in getBindingForField()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt57 VR[VRT].word[i] ← EXTS32(VR[VRB].word[i].byte[3])
65 VR[VRT].word[i] ← EXTS32(VR[VRB].word[i].hword[1])
73 VR[VRT].dword[i] ← EXTS64(VR[VRB].dword[i].byte[7])
81 VR[VRT].dword[i] ← EXTS64(VR[VRB].dword[i].hword[3])
89 VR[VRT].dword[i] ← EXTS64(VR[VRB].dword[i].word[1])
122 sh ← VR[VRB].byte[i].bit[5:7]
123 VR[VRT].byte[i] ← src.byte[i:i+1].bit[sh:sh+7]
126 VR[VRT].byte[i] is composed of 2 bytes from src.byte[i:i+1]
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp174 Register VR = MRI.createVirtualRegister(RC); in expandLoadCCond() local
177 TII.loadRegFromStack(MBB, I, VR, FI, RC, &RegInfo, 0); in expandLoadCCond()
179 .addReg(VR, RegState::Kill); in expandLoadCCond()
189 Register VR = MRI.createVirtualRegister(RC); in expandStoreCCond() local
192 BuildMI(MBB, I, I->getDebugLoc(), TII.get(TargetOpcode::COPY), VR) in expandStoreCCond()
194 TII.storeRegToStack(MBB, I, VR, true, FI, RC, &RegInfo, 0); in expandStoreCCond()
541 Register VR = MF.getRegInfo().createVirtualRegister(RC); in emitPrologue() local
546 BuildMI(MBB, MBBI, dl, TII.get(ADDiu), VR).addReg(ZERO).addImm(MaxAlign); in emitPrologue()
547 BuildMI(MBB, MBBI, dl, TII.get(AND), SP).addReg(SP).addReg(VR); in emitPrologue()
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D1824.crt13 lWwK1TJlaJFLwlnZ4dgYorpJGcGHfJoAPlXjXCjjCzi0t3cVguzaN3VT8RwiI/VR
H A D3491.crt15 VR+V82cTMW+srbapTZYfRXgSvHPy0GBf9cbK1C7LBG/9bi9ZCyhn0yGrAgMBAAGj
H A D2656.key26 VR+MObMRTD3IujCwpBhfXd+cxFrZE70+OvdqxBYCnepDf1rCNflY
H A D734.chain45 CZv78rJ3c+VR+PFTtqWp2U7Wv4QdthHfv7yB2N8Z3YDs3NN3T5vuTmPIRo8V4ffX
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp172 const VarRegion *VR = I.getCapturedRegion(); in checkPostStmt() local
173 if (VR->getSuperRegion() == R) { in checkPostStmt()
174 VR = MemMgr.getVarRegion(VR->getDecl(), LC); in checkPostStmt()
176 Regions.push_back(VR); in checkPostStmt()
510 const auto *VR = dyn_cast<VarRegion>(R); in shouldEscapeRegion() local
512 if (!R->hasStackStorage() || !VR) in shouldEscapeRegion()
515 const VarDecl *VD = VR->getDecl(); in shouldEscapeRegion()

123