Searched defs:Rotation (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ComplexDeinterleavingPass.cpp | 159 ComplexDeinterleavingRotation Rotation = member 596 ComplexDeinterleavingRotation Rotation = (ComplexDeinterleavingRotation)Negs; in identifyNodeWithImplicitAdd() local 663 ComplexDeinterleavingRotation Rotation; identifyPartialMul() local 774 ComplexDeinterleavingRotation Rotation; identifyAdd() local 1240 ComplexDeinterleavingRotation Rotation; identifyMultiplications() local 1335 ComplexDeinterleavingRotation Rotation; identifyAdditions() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandImm.cpp | 259 uint64_t Rotation = 1ULL << (6 - i); in MaximallyReplicateSubImmediate() local 435 int Rotation = countr_zero(RunStarts); in tryEorOfLogicalImmediates() local
|
H A D | AArch64ISelLowering.cpp | 26937 createComplexDeinterleavingIR(IRBuilderBase & B,ComplexDeinterleavingOperation OperationType,ComplexDeinterleavingRotation Rotation,Value * InputA,Value * InputB,Value * Accumulator) const createComplexDeinterleavingIR() argument [all...] |
/freebsd-src/sys/contrib/dev/acpica/include/ |
H A D | acbuffer.h | 251 UINT8 Rotation; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 4195 int Rotation = 0; isElementRotate() local 4867 int Rotation = isElementRotate(LoSrc, HiSrc, Mask); lowerVECTOR_SHUFFLE() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 11216 int Rotation = 0; matchShuffleAsElementRotate() local 11301 int Rotation = matchShuffleAsElementRotate(V1, V2, RepeatedMask); matchShuffleAsByteRotate() local 11382 int Rotation = matchShuffleAsElementRotate(Lo, Hi, Mask); lowerShuffleAsVALIGN() local 37585 int Rotation = matchShuffleAsElementRotate(V1, V2, Mask); matchBinaryPermuteShuffle() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 22119 createComplexDeinterleavingIR(IRBuilderBase & B,ComplexDeinterleavingOperation OperationType,ComplexDeinterleavingRotation Rotation,Value * InputA,Value * InputB,Value * Accumulator) const createComplexDeinterleavingIR() argument
|