Home
last modified time | relevance | path

Searched defs:VR (Results 1 – 25 of 129) sorted by relevance

123456

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp442 void OrderedRegisterList::insert(unsigned VR) { in insert()
455 void OrderedRegisterList::remove(unsigned VR) { in remove()
784 bool HexagonGenInsert::findRecordInsertForms(unsigned VR, in findRecordInsertForms()
940 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) { in collectInBlock() local
961 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) in collectInBlock() local
971 for (unsigned VR = BlockDefs.find_first(); VR; VR = BlockDefs.find_next(VR)) in collectInBlock() local
975 void HexagonGenInsert::findRemovableRegisters(unsigned VR, IFRecord IF, in findRemovableRegisters()
1047 void HexagonGenInsert::pruneCoveredSets(unsigned VR) { in pruneCoveredSets()
1132 void HexagonGenInsert::pruneUsesTooFar(unsigned VR, const UnsignedMap &RPO, in pruneUsesTooFar()
1154 void HexagonGenInsert::pruneRegCopies(unsigned VR) { in pruneRegCopies()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp443 void OrderedRegisterList::insert(unsigned VR) { in insert()
456 void OrderedRegisterList::remove(unsigned VR) { in remove()
799 bool HexagonGenInsert::findRecordInsertForms(unsigned VR, in findRecordInsertForms()
958 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) { in collectInBlock() local
979 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) in collectInBlock() local
989 for (unsigned VR = BlockDefs.find_first(); VR; VR = BlockDefs.find_next(VR)) in collectInBlock() local
993 void HexagonGenInsert::findRemovableRegisters(unsigned VR, IFRecord IF, in findRemovableRegisters()
1065 void HexagonGenInsert::pruneCoveredSets(unsigned VR) { in pruneCoveredSets()
1152 void HexagonGenInsert::pruneUsesTooFar(unsigned VR, const UnsignedMap &RPO, in pruneUsesTooFar()
1174 void HexagonGenInsert::pruneRegCopies(unsigned VR) { in pruneRegCopies()
[all …]
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp410 void OrderedRegisterList::insert(unsigned VR) { in insert()
419 void OrderedRegisterList::remove(unsigned VR) { in remove()
757 bool HexagonGenInsert::findRecordInsertForms(unsigned VR, in findRecordInsertForms()
917 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) { in collectInBlock() local
935 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) in collectInBlock() local
948 for (unsigned VR = BlockDefs.find_first(); VR; VR = BlockDefs.find_next(VR)) in collectInBlock() local
953 void HexagonGenInsert::findRemovableRegisters(unsigned VR, IFRecord IF, in findRemovableRegisters()
1028 void HexagonGenInsert::pruneCoveredSets(unsigned VR) { in pruneCoveredSets()
1116 void HexagonGenInsert::pruneUsesTooFar(unsigned VR, const UnsignedMap &RPO, in pruneUsesTooFar()
1139 void HexagonGenInsert::pruneRegCopies(unsigned VR) { in pruneRegCopies()
[all …]
/aosp_15_r20/external/llvm/lib/ProfileData/
H A DInstrProf.cpp576 ValueProfRecord *VR = getFirstValueProfRecord(this); in deserializeTo() local
604 ValueProfRecord *VR = getFirstValueProfRecord(this); in checkIntegrity() local
648 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesToHost() local
660 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesFromHost() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp76 else if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { in genName() local
245 const VarRegion *VR = cast<VarRegion>(cb.V[i].first->getBaseRegion()); in checkEndFunction() local
H A DMallocChecker.cpp1546 const VarRegion *VR = dyn_cast<VarRegion>(MR); in SummarizeRegion() local
1561 const VarRegion *VR = dyn_cast<VarRegion>(MR); in SummarizeRegion() local
1576 const VarRegion *VR = dyn_cast<VarRegion>(MR); in SummarizeRegion() local
2036 const VarRegion* VR = MR->getBaseRegion()->getAs<VarRegion>(); in getAllocationSite() local
2279 const VarRegion *VR = I.getCapturedRegion(); in checkPostStmt() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp423 static bool isInitializationOfVar(const ExplodedNode *N, const VarRegion *VR) { in isInitializationOfVar()
463 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { in VisitNode() local
509 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { in VisitNode() local
555 const VarRegion *VR = dyn_cast<VarRegion>(R); in VisitNode() local
622 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { in VisitNode() local
H A DMemRegion.cpp676 const VarRegion *const VR = dyn_cast<VarRegion>(this->getBaseRegion()); in sourceRange() local
810 if (const VarRegion *VR = dyn_cast<VarRegion>(I.getOriginalRegion())) in getStackOrCaptureRegionForDeclContext() local
1420 const VarRegion *VR = nullptr; in getCaptureRegions() local
1465 const VarRegion *VR = nullptr; in LazyInitializeReferencedVars() local
H A DSymbolManager.cpp430 if (const VarRegion *VR = dyn_cast<VarRegion>(MR)) in isLiveRegion() local
520 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ in isLive() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp174 Register VR = MRI.createVirtualRegister(RC); in expandLoadCCond() local
189 Register VR = MRI.createVirtualRegister(RC); in expandStoreCCond() local
541 Register VR = MF.getRegInfo().createVirtualRegister(RC); in emitPrologue() local
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp155 unsigned VR = MRI.createVirtualRegister(RC); in expandLoadCCond() local
170 unsigned VR = MRI.createVirtualRegister(RC); in expandStoreCCond() local
516 unsigned VR = MF.getRegInfo().createVirtualRegister(RC); in emitPrologue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp174 Register VR = MRI.createVirtualRegister(RC); in expandLoadCCond() local
189 Register VR = MRI.createVirtualRegister(RC); in expandStoreCCond() local
541 Register VR = MF.getRegInfo().createVirtualRegister(RC); in emitPrologue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProf.cpp833 ValueProfRecord *VR = getFirstValueProfRecord(this); in deserializeTo() local
862 ValueProfRecord *VR = getFirstValueProfRecord(this); in checkIntegrity() local
908 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesToHost() local
921 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesFromHost() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DInstrProf.cpp914 ValueProfRecord *VR = getFirstValueProfRecord(this); in deserializeTo() local
945 ValueProfRecord *VR = getFirstValueProfRecord(this); in checkIntegrity() local
994 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesToHost() local
1007 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesFromHost() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp180 Register VR = in emitPrologue() local
189 Register VR = in emitPrologue() local
/aosp_15_r20/external/compiler-rt/lib/profile/
H A DInstrProfilingMergeFile.c29 ValueProfRecord *VR = getFirstValueProfRecord(SrcValueProfData); in lprofMergeValueProfData() local
/aosp_15_r20/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/2/android/hardware/power/
H A DMode.aidl41 VR = 4, enumConstant
/aosp_15_r20/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/1/android/hardware/power/
H A DMode.aidl25 VR = 4, enumConstant
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DMachineSSAUpdater.h44 unsigned VR; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineSSAUpdater.h42 unsigned VR; variable
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/generated-headers/hardware/interfaces/power/aidl/android.hardware.power-V2-ndk_platform-source/gen/include/aidl/android/hardware/power/
DMode.h22 VR = 4, enumerator
/aosp_15_r20/prebuilts/vndk/v32/x86/include/generated-headers/hardware/interfaces/power/aidl/android.hardware.power-V2-ndk_platform-source/gen/include/aidl/android/hardware/power/
DMode.h22 VR = 4, enumerator
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/power/aidl/android.hardware.power-ndk_platform-source/gen/include/aidl/android/hardware/power/
DMode.h22 VR = 4, enumerator
/aosp_15_r20/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/4/android/hardware/power/
H A DMode.aidl41 VR, enumConstant
/aosp_15_r20/prebuilts/vndk/v32/arm/include/generated-headers/hardware/interfaces/power/aidl/android.hardware.power-V2-ndk_platform-source/gen/include/aidl/android/hardware/power/
DMode.h22 VR = 4, enumerator

123456