Home
last modified time | relevance | path

Searched refs:Whole (Results 1 – 11 of 11) 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.td337 // 7.9. Vector Whole Register Instructions
529 // 16.6. Whole Vector Register Move
578 // 7.9. Vector Whole Register Instructions
760 // 16.6. Whole Vector Register Move
H A DRISCVSchedSiFiveP600.td383 // Whole register move/load/store
H A DRISCVInstrInfoV.td176 // 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.cpp1004 StringRef Whole = Collapsed; in isLabel() local
1005 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.td2223 // program were executed in Whole Wavefront Mode, i.e. with all channels
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td170 // 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