Home
last modified time | relevance | path

Searched refs:PSR (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DParsedSourceLocationTest.cpp20 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 DSparcRegisterInfo.td105 // Note that PSR, WIM, and TBR don't exist on the SparcV9, only the V8.
106 def PSR : SparcCtrlReg<0, "PSR">;
H A DSparcInstrInfo.td59 // 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 Dif-pred-non-void.ll163 ; 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 DSparcAsmParser.cpp1121 case Sparc::PSR: in parseSparcAsmOperand()
1254 RegNo = Sparc::PSR; in matchRegisterName()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSplitKit.cpp1254 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 DCGOpenMPRuntime.cpp1262 PushAndPopStackRAII PSR(&OMPBuilder, CGF, HasCancel, InnermostKind); in emitParallelOrTeamsOutlinedFunction() local