Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp627 static OpRef res(int N) { return OpRef(Whole | (N & Index)); } in res()
654 Whole = LoHalf | HiHalf, enumerator
728 if ((OpN & Whole) != Whole) { in print()
729 assert((OpN & Whole) == LoHalf || (OpN & Whole) == HiHalf); in print()
1183 unsigned Part = R.OpN & OpRef::Whole; in materialize()
1190 if (Part != OpRef::Whole) { in materialize()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVScheduleV.td308 // 7.9. Vector Whole Register Instructions
498 // 16.6. Whole Vector Register Move
547 // 7.9. Vector Whole Register Instructions
727 // 16.6. Whole Vector Register Move
H A DRISCVInstrInfoV.td178 // Whole Vector Register Move
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc560 // Whole string will be accessed.
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp947 StringRef Whole = Collapsed; in isLabel() local
948 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.td2357 // program were executed in Whole Wavefront Mode, i.e. with all channels
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td166 // the instruction that defines $src0 (which is run in Whole Wave Mode) doesn't
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md1051 ### Matching Multiple Arguments as a Whole