Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp159 ComplexDeinterleavingRotation Rotation = member
645 Node->Rotation = Rotation; in identifyNodeWithImplicitAdd()
663 ComplexDeinterleavingRotation Rotation; in identifyPartialMul() local
762 Node->Rotation = Rotation; in identifyPartialMul()
774 ComplexDeinterleavingRotation Rotation; in identifyAdd() local
813 Node->Rotation = Rotation; in identifyAdd()
1240 ComplexDeinterleavingRotation Rotation; in identifyMultiplications() local
1271 NodeMul->Rotation = Rotation; in identifyMultiplications()
1335 ComplexDeinterleavingRotation Rotation; in identifyAdditions() local
1370 } else if (Rotation == in identifyAdditions()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.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()
H A DAArch64ISelLowering.h893 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
H A DAArch64ISelLowering.cpp26937 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB, in createComplexDeinterleavingIR() argument
26966 B, OperationType, Rotation, LowerSplitA, LowerSplitB, LowerSplitAcc); in createComplexDeinterleavingIR()
26968 B, OperationType, Rotation, UpperSplitA, UpperSplitB, UpperSplitAcc); in createComplexDeinterleavingIR()
26983 {Accumulator, InputA, InputB, B.getInt32((int)Rotation * 90)}); in createComplexDeinterleavingIR()
26997 return B.CreateIntrinsic(IdMap[(int)Rotation], Ty, in createComplexDeinterleavingIR()
27003 if (Rotation == ComplexDeinterleavingRotation::Rotation_90 || in createComplexDeinterleavingIR()
27004 Rotation == ComplexDeinterleavingRotation::Rotation_270) { in createComplexDeinterleavingIR()
27008 {InputA, InputB, B.getInt32((int)Rotation * 90)}); in createComplexDeinterleavingIR()
27013 {Mask, InputA, InputB, B.getInt32((int)Rotation * 90)}); in createComplexDeinterleavingIR()
27019 if (Rotation == ComplexDeinterleavingRotation::Rotation_90) in createComplexDeinterleavingIR()
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c511 ACPI_PLD_SET_ROTATION (&Dword, PldInfo->Rotation); in AcpiDbEncodePldBuffer()
628 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Rotation", PldInfo->Rotation); in AcpiDbDumpPldBuffer()
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Daslpld.c621 PldInfo.Rotation = (UINT8) Value; in OpcDoPld()
774 ACPI_PLD_SET_ROTATION (&Dword, PldInfo->Rotation); in OpcEncodePldBuffer()
/freebsd-14.2/sys/contrib/device-tree/Bindings/media/
H A Dmediatek,mdp3-wrot.yaml7 title: MediaTek Write DMA with Rotation
/freebsd-14.2/sys/contrib/device-tree/Bindings/media/i2c/
H A Dmipi-ccs.yaml69 description: Rotation of the sensor. See ../video-interfaces.txt for
/freebsd-14.2/sys/contrib/dev/acpica/components/utilities/
H A Dutxface.c735 PldInfo->Rotation = ACPI_PLD_GET_ROTATION (&Dword); in ACPI_EXPORT_SYMBOL()
/freebsd-14.2/contrib/tzdata/
H A Dleapseconds19 # The International Earth Rotation and Reference Systems Service (IERS)
H A Dleap-seconds.list37 # the International Earth Rotation and reference System Service (IERS). This center is located at P…
H A DNEWS5220 recent International Earth Rotation and Reference Systems Service
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dacbuffer.h251 UINT8 Rotation; member
/freebsd-14.2/usr.sbin/ntp/ntpd/
H A Dleap-seconds37 # the International Earth Rotation and reference System Service (IERS). This center is located at P…
/freebsd-14.2/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c943 AcpiOsPrintf (ACPI_PLD_OUTPUT08, "PLD_Rotation", PldInfo->Rotation); in AcpiDmPldBuffer()
/freebsd-14.2/share/misc/
H A Dscsi_modes329 {Medium Rotation Rate} i2
H A Dusb_vendors25206 044 Tilt (Rotation)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h762 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
H A DARMISelLowering.cpp22119 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB, in createComplexDeinterleavingIR() argument
22148 B, OperationType, Rotation, LowerSplitA, LowerSplitB, LowerSplitAcc); in createComplexDeinterleavingIR()
22150 B, OperationType, Rotation, UpperSplitA, UpperSplitB, UpperSplitAcc); in createComplexDeinterleavingIR()
22160 ConstRotation = ConstantInt::get(IntTy, (int)Rotation); in createComplexDeinterleavingIR()
22173 if (Rotation == ComplexDeinterleavingRotation::Rotation_90) in createComplexDeinterleavingIR()
22175 else if (Rotation == ComplexDeinterleavingRotation::Rotation_270) in createComplexDeinterleavingIR()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dcad155 # RotationAngle; Rotation angle of raster data
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsARM.td1189 // * Rotation angle: 0 mean 90 deg, 1 means 180 deg
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4195 int Rotation = 0; in isElementRotate() local
4214 if (Rotation == 0) in isElementRotate()
4215 Rotation = CandidateRotation; in isElementRotate()
4216 else if (Rotation != CandidateRotation) in isElementRotate()
4239 assert(Rotation != 0 && "Failed to locate a viable rotation!"); in isElementRotate()
4243 return Rotation; in isElementRotate()
4867 int Rotation = isElementRotate(LoSrc, HiSrc, Mask); in lowerVECTOR_SHUFFLE() local
4868 if (Rotation > 0) { in lowerVECTOR_SHUFFLE()
4881 unsigned InvRotate = NumElts - Rotation; in lowerVECTOR_SHUFFLE()
4888 DAG.getConstant(Rotation, DL, XLenVT), TrueMask, VL); in lowerVECTOR_SHUFFLE()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3294 ComplexDeinterleavingRotation Rotation, Value *InputA, Value *InputB,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11216 int Rotation = 0; in matchShuffleAsElementRotate() local
11236 if (Rotation == 0) in matchShuffleAsElementRotate()
11237 Rotation = CandidateRotation; in matchShuffleAsElementRotate()
11238 else if (Rotation != CandidateRotation) in matchShuffleAsElementRotate()
11271 return Rotation; in matchShuffleAsElementRotate()
11302 if (Rotation <= 0) in matchShuffleAsByteRotate()
11309 return Rotation * Scale; in matchShuffleAsByteRotate()
11382 int Rotation = matchShuffleAsElementRotate(Lo, Hi, Mask); in lowerShuffleAsVALIGN() local
11383 if (0 < Rotation) in lowerShuffleAsVALIGN()
37586 if (0 < Rotation) { in matchBinaryPermuteShuffle()
[all …]
/freebsd-14.2/contrib/tzcode/
H A DNEWS5117 recent International Earth Rotation and Reference Systems Service