Home
last modified time | relevance | path

Searched refs:Whole (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp622 static OpRef res(int N) { return OpRef(Whole | (N & Index)); } in res()
649 Whole = LoHalf | HiHalf, enumerator
723 if ((OpN & Whole) != Whole) { in print()
724 assert((OpN & Whole) == LoHalf || (OpN & Whole) == HiHalf); in print()
1177 unsigned Part = R.OpN & OpRef::Whole; in materialize()
1184 if (Part != OpRef::Whole) { in materialize()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp703 Value *insertSlice(Value *Whole, Value *Part, VecSlice S, const Twine &Name);
922 Value *LegalizeBufferContentTypesVisitor::insertSlice(Value *Whole, Value *Part, in insertSlice() argument
925 auto *WholeVT = dyn_cast<FixedVectorType>(Whole->getType()); in insertSlice()
931 return IRB.CreateInsertElement(Whole, Part, S.Index, in insertSlice()
934 int NumElems = cast<FixedVectorType>(Whole->getType())->getNumElements(); in insertSlice()
950 return IRB.CreateShuffleVector(Whole, ExtPart, Mask, in insertSlice()
H A DSIInstructions.td190 // the instruction that defines $src0 (which is run in Whole Wave Mode) doesn't
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVScheduleV.td337 // 7.9. Vector Whole Register Instructions
532 // 16.6. Whole Vector Register Move
581 // 7.9. Vector Whole Register Instructions
763 // 16.6. Whole Vector Register Move
H A DRISCVSchedSiFiveP800.td405 // Whole register move/load/store
H A DRISCVSchedSiFiveP400.td441 // Whole register move/load/store
H A DRISCVSchedSiFiveP600.td617 // Whole register move/load/store
H A DRISCVInstrInfoV.td198 // Whole Vector Register Move
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc564 // Whole string will be accessed.
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1007 StringRef Whole = Collapsed; in isLabel() local
1008 std::pair<StringRef, StringRef> DotSplit = Whole.split('.'); in isLabel()
/freebsd/contrib/tzdata/
H A Dasia788 # 1942 Whole year
789 # 1943 Whole year
790 # 1944 Whole year
791 # 1945 Whole year
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.seq407 * Whole list is empty, so the head of
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td2516 // program were executed in Whole Wavefront Mode, i.e. with all channels
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md1051 ### Matching Multiple Arguments as a Whole