Searched refs:PSR (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | ParsedSourceLocationTest.cpp | 20 Optional<ParsedSourceRange> PSR = ParsedSourceRange::fromString(Value); in TEST() local 21 ASSERT_TRUE(PSR); in TEST() 22 EXPECT_EQ(PSR->FileName, Filename); in TEST() 23 EXPECT_EQ(PSR->Begin.first, BeginLine); in TEST() 24 EXPECT_EQ(PSR->Begin.second, BeginColumn); in TEST() 25 EXPECT_EQ(PSR->End.first, EndLine); in TEST() 26 EXPECT_EQ(PSR->End.second, EndColumn); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcRegisterInfo.td | 105 // Note that PSR, WIM, and TBR don't exist on the SparcV9, only the V8. 106 def PSR : SparcCtrlReg<0, "PSR">;
|
| H A D | SparcInstrInfo.td | 59 // writes to the PSR register that only affects the ET field. 1099 // PSR, WIM, and TBR don't exist on the SparcV9, only the V8. 1101 let rs2 = 0, rs1 = 0, Uses=[PSR] in 1133 // PSR, WIM, and TBR don't exist on the SparcV9, only the V8. 1135 let Defs = [PSR], rd=0 in { 1693 let Predicates = [HasPWRPSR], Defs = [PSR], rd=1 in {
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | if-pred-non-void.ll | 163 ; CHECK-NEXT: [[PSR:%.*]] = add nsw i32 [[LSR]], 25 170 ; CHECK-NEXT: [[RSR:%.*]] = srem i32 [[PSR]], [[LSR]] 176 ; CHECK-NEXT: [[YSR_0:%.*]] = phi i32 [ [[RSR]], [[IF_THEN]] ], [ [[PSR]], [[FOR_BODY]] ] 323 ; UNROLL-NO-VF-NEXT: [[PSR:%.*]] = add nsw i32 [[LSR]], 25 330 ; UNROLL-NO-VF-NEXT: [[RSR:%.*]] = srem i32 [[PSR]], [[LSR]] 336 ; UNROLL-NO-VF-NEXT: [[YSR_0:%.*]] = phi i32 [ [[RSR]], [[IF_THEN]] ], [ [[PSR]], [[FOR_BODY]] ]
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 1121 case Sparc::PSR: in parseSparcAsmOperand() 1254 RegNo = Sparc::PSR; in matchRegisterName()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1254 const LiveRange &PSR = !LM.all() ? getSubRangeForMaskExact(LM, PLI) in extendPHIRange() local 1256 if (PSR.liveAt(LastUse)) in extendPHIRange()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 1262 PushAndPopStackRAII PSR(&OMPBuilder, CGF, HasCancel, InnermostKind); in emitParallelOrTeamsOutlinedFunction() local
|