Home
last modified time | relevance | path

Searched refs:Rotation (Results 1 – 23 of 23) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDComplexDeinterleavingPass.cpp159 ComplexDeinterleavingRotation Rotation = member
191 OS << " Rotation: " << ((int)Rotation * 90) << "\n"; in dump()
596 ComplexDeinterleavingRotation Rotation = (ComplexDeinterleavingRotation)Negs; in identifyNodeWithImplicitAdd() local
614 if (Rotation == ComplexDeinterleavingRotation::Rotation_90 || in identifyNodeWithImplicitAdd()
615 Rotation == ComplexDeinterleavingRotation::Rotation_270) in identifyNodeWithImplicitAdd()
620 if (Rotation == ComplexDeinterleavingRotation::Rotation_0 || in identifyNodeWithImplicitAdd()
621 Rotation == ComplexDeinterleavingRotation::Rotation_180) in identifyNodeWithImplicitAdd()
645 Node->Rotation = Rotation; in identifyNodeWithImplicitAdd()
663 ComplexDeinterleavingRotation Rotation; in identifyPartialMul() local
665 Rotation = ComplexDeinterleavingRotation::Rotation_0; in identifyPartialMul()
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ExpandImm.cpp259 uint64_t Rotation = 1ULL << (6 - i); in MaximallyReplicateSubImmediate() local
260 uint64_t Closure = Result | llvm::rotl<uint64_t>(Result, Rotation); in MaximallyReplicateSubImmediate()
435 int Rotation = countr_zero(RunStarts); in tryEorOfLogicalImmediates() local
436 uint64_t RotatedImm = rotr<uint64_t>(Imm, Rotation); in tryEorOfLogicalImmediates()
444 rotl<uint64_t>((SmallOnes << RunLength) - SmallOnes, Rotation); in tryEorOfLogicalImmediates()
457 Rotation += countr_zero(rotr<uint64_t>(RunStarts, Rotation) & ~1); in tryEorOfLogicalImmediates()
458 RotatedImm = rotr<uint64_t>(Imm, Rotation); in tryEorOfLogicalImmediates()
HDAArch64ISelLowering.h918 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
HDAArch64ISelLowering.cpp28513 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB, in createComplexDeinterleavingIR() argument
28542 B, OperationType, Rotation, LowerSplitA, LowerSplitB, LowerSplitAcc); in createComplexDeinterleavingIR()
28544 B, OperationType, Rotation, UpperSplitA, UpperSplitB, UpperSplitAcc); in createComplexDeinterleavingIR()
28559 {Accumulator, InputA, InputB, B.getInt32((int)Rotation * 90)}); in createComplexDeinterleavingIR()
28564 {Mask, Accumulator, InputA, InputB, B.getInt32((int)Rotation * 90)}); in createComplexDeinterleavingIR()
28573 return B.CreateIntrinsic(IdMap[(int)Rotation], Ty, in createComplexDeinterleavingIR()
28579 if (Rotation == ComplexDeinterleavingRotation::Rotation_90 || in createComplexDeinterleavingIR()
28580 Rotation == ComplexDeinterleavingRotation::Rotation_270) { in createComplexDeinterleavingIR()
28584 {InputA, InputB, B.getInt32((int)Rotation * 90)}); in createComplexDeinterleavingIR()
28589 {Mask, InputA, InputB, B.getInt32((int)Rotation * 90)}); in createComplexDeinterleavingIR()
[all …]
/freebsd-14-stable/sys/contrib/dev/acpica/components/debugger/
HDdbconvert.c511 ACPI_PLD_SET_ROTATION (&Dword, PldInfo->Rotation); in AcpiDbEncodePldBuffer()
628 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Rotation", PldInfo->Rotation); in AcpiDbDumpPldBuffer()
/freebsd-14-stable/sys/contrib/dev/acpica/compiler/
HDaslpld.c621 PldInfo.Rotation = (UINT8) Value; in OpcDoPld()
774 ACPI_PLD_SET_ROTATION (&Dword, PldInfo->Rotation); in OpcEncodePldBuffer()
/freebsd-14-stable/sys/contrib/dev/acpica/components/utilities/
HDutxface.c735 PldInfo->Rotation = ACPI_PLD_GET_ROTATION (&Dword); in ACPI_EXPORT_SYMBOL()
/freebsd-14-stable/contrib/tzdata/
HDleapseconds19 # The International Earth Rotation and Reference Systems Service (IERS)
HDleap-seconds.list37 # the International Earth Rotation and reference System Service (IERS). This center is located at P…
HDNEWS5220 recent International Earth Rotation and Reference Systems Service
/freebsd-14-stable/sys/contrib/dev/acpica/include/
HDacbuffer.h251 UINT8 Rotation; member
/freebsd-14-stable/usr.sbin/ntp/ntpd/
HDleap-seconds37 # the International Earth Rotation and reference System Service (IERS). This center is located at P…
/freebsd-14-stable/sys/contrib/dev/acpica/components/disassembler/
HDdmbuffer.c943 AcpiOsPrintf (ACPI_PLD_OUTPUT08, "PLD_Rotation", PldInfo->Rotation); in AcpiDmPldBuffer()
/freebsd-14-stable/share/misc/
HDscsi_modes329 {Medium Rotation Rate} i2
HDusb_vendors25209 044 Tilt (Rotation)
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.h761 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
HDARMISelLowering.cpp22142 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB, in createComplexDeinterleavingIR() argument
22171 B, OperationType, Rotation, LowerSplitA, LowerSplitB, LowerSplitAcc); in createComplexDeinterleavingIR()
22173 B, OperationType, Rotation, UpperSplitA, UpperSplitB, UpperSplitAcc); in createComplexDeinterleavingIR()
22183 ConstRotation = ConstantInt::get(IntTy, (int)Rotation); in createComplexDeinterleavingIR()
22196 if (Rotation == ComplexDeinterleavingRotation::Rotation_90) in createComplexDeinterleavingIR()
22198 else if (Rotation == ComplexDeinterleavingRotation::Rotation_270) in createComplexDeinterleavingIR()
/freebsd-14-stable/contrib/file/magic/Magdir/
HDcad155 # RotationAngle; Rotation angle of raster data
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsicsARM.td1189 // * Rotation angle: 0 mean 90 deg, 1 means 180 deg
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp4503 int Rotation = 0; in isElementRotate() local
4522 if (Rotation == 0) in isElementRotate()
4523 Rotation = CandidateRotation; in isElementRotate()
4524 else if (Rotation != CandidateRotation) in isElementRotate()
4547 assert(Rotation != 0 && "Failed to locate a viable rotation!"); in isElementRotate()
4551 return Rotation; in isElementRotate()
5218 int Rotation = isElementRotate(LoSrc, HiSrc, Mask); in lowerVECTOR_SHUFFLE() local
5219 if (Rotation > 0) { in lowerVECTOR_SHUFFLE()
5232 unsigned InvRotate = NumElts - Rotation; in lowerVECTOR_SHUFFLE()
5239 DAG.getConstant(Rotation, DL, XLenVT), TrueMask, VL); in lowerVECTOR_SHUFFLE()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h3413 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp11349 int Rotation = 0; in matchShuffleAsElementRotate() local
11369 if (Rotation == 0) in matchShuffleAsElementRotate()
11370 Rotation = CandidateRotation; in matchShuffleAsElementRotate()
11371 else if (Rotation != CandidateRotation) in matchShuffleAsElementRotate()
11394 assert(Rotation != 0 && "Failed to locate a viable rotation!"); in matchShuffleAsElementRotate()
11404 return Rotation; in matchShuffleAsElementRotate()
11434 int Rotation = matchShuffleAsElementRotate(V1, V2, RepeatedMask); in matchShuffleAsByteRotate() local
11435 if (Rotation <= 0) in matchShuffleAsByteRotate()
11442 return Rotation * Scale; in matchShuffleAsByteRotate()
11515 int Rotation = matchShuffleAsElementRotate(Lo, Hi, Mask); in lowerShuffleAsVALIGN() local
[all …]
/freebsd-14-stable/contrib/tzcode/
HDNEWS5117 recent International Earth Rotation and Reference Systems Service