Searched refs:Whole (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 622 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 D | AMDGPULowerBufferFatPointers.cpp | 703 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 D | SIInstructions.td | 190 // the instruction that defines $src0 (which is run in Whole Wave Mode) doesn't
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVScheduleV.td | 337 // 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 D | RISCVSchedSiFiveP800.td | 405 // Whole register move/load/store
|
| H A D | RISCVSchedSiFiveP400.td | 441 // Whole register move/load/store
|
| H A D | RISCVSchedSiFiveP600.td | 617 // Whole register move/load/store
|
| H A D | RISCVInstrInfoV.td | 198 // Whole Vector Register Move
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_format.inc | 564 // Whole string will be accessed.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 1007 StringRef Whole = Collapsed; in isLabel() local 1008 std::pair<StringRef, StringRef> DotSplit = Whole.split('.'); in isLabel()
|
| /freebsd/contrib/tzdata/ |
| H A D | asia | 788 # 1942 Whole year 789 # 1943 Whole year 790 # 1944 Whole year 791 # 1945 Whole year
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic79xx.seq | 407 * Whole list is empty, so the head of
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 2516 // program were executed in Whole Wavefront Mode, i.e. with all channels
|
| /freebsd/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 1051 ### Matching Multiple Arguments as a Whole
|