Searched refs:Helpers (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/riscv/ |
H A D | int_mul_impl.inc | 9 // Helpers used by __mulsi3, __muldi3.
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprOpenMP.h | 199 ArrayRef<OMPIteratorHelperData> Helpers); 237 ArrayRef<OMPIteratorHelperData> Helpers);
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/ |
H A D | zpool_reopen.shlib | 85 # Helpers for wait_for_action function:
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | int_div_impl.inc | 9 // Helpers used by __udivsi3, __umodsi3, __udivdi3, and __umodsi3.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
H A D | OptParser.td | 134 // Helpers for defining options. 174 // Helpers for defining marshalling information (typically used in Clang's -cc1
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 5280 ArrayRef<OMPIteratorHelperData> Helpers) in OMPIteratorExpr() argument 5290 setHelper(I, Helpers[I]); in OMPIteratorExpr() 5300 ArrayRef<OMPIteratorHelperData> Helpers) { in Create() argument 5301 assert(Data.size() == Helpers.size() && in Create() 5307 Helpers.size()), in Create() 5309 return new (Mem) OMPIteratorExpr(T, IteratorKwLoc, L, R, Data, Helpers); in Create()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticCommonKinds.td | 10 // Common Helpers
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86Schedule.td | 64 // Helpers to mark SchedWrites as unsupported.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoZvk.td | 585 // Helpers for detecting splats since we preprocess splat_vector to vmv.v.x
|
H A D | RISCVInstrInfoVSDPatterns.td | 21 // Helpers to define the SDNode patterns.
|
H A D | RISCVInstrInfo.td | 1742 // Helpers for defining specific operations. They are defined for each system
|
H A D | RISCVInstrInfoVPseudos.td | 719 // Helpers to define the different pseudo instructions. 3911 // Helpers to define the intrinsic patterns.
|
H A D | RISCVInstrInfoVVLPatterns.td | 21 // Helpers to define the VL patterns.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.td | 40 // Helpers
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrAltivec.td | 265 // Helpers for defining instructions that directly correspond to intrinsics.
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 23638 SmallVector<OMPIteratorHelperData, 4> Helpers; in ActOnOMPIteratorExpr() local 23786 OMPIteratorHelperData &HD = Helpers.emplace_back(); in ActOnOMPIteratorExpr() 23793 Helpers.assign(ID.size(), {}); in ActOnOMPIteratorExpr() 23804 LLoc, RLoc, ID, Helpers); in ActOnOMPIteratorExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonPatterns.td | 245 // Helpers for type promotions/contractions.
|