Home
last modified time | relevance | path

Searched refs:Helpers (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/riscv/
H A Dint_mul_impl.inc9 // Helpers used by __mulsi3, __muldi3.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h323 ArrayRef<OMPIteratorHelperData> Helpers);
361 ArrayRef<OMPIteratorHelperData> Helpers);
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/
H A Dzpool_reopen.shlib85 # Helpers for wait_for_action function:
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_div_impl.inc9 // Helpers used by __udivsi3, __umodsi3, __udivdi3, and __umodsi3.
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td128 // Helpers for defining options.
162 // Helpers for defining marshalling information (typically used in Clang's -cc1
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5189 ArrayRef<OMPIteratorHelperData> Helpers) in OMPIteratorExpr() argument
5199 setHelper(I, Helpers[I]); in OMPIteratorExpr()
5209 ArrayRef<OMPIteratorHelperData> Helpers) { in Create() argument
5210 assert(Data.size() == Helpers.size() && in Create()
5216 Helpers.size()), in Create()
5218 return new (Mem) OMPIteratorExpr(T, IteratorKwLoc, L, R, Data, Helpers); in Create()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsSystemZ.def289 // Helpers to implement vec_revb.
H A DDiagnosticCommonKinds.td10 // Common Helpers
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZvk.td427 // Helpers for detecting splats since we preprocess splat_vector to vmv.v.x
H A DRISCVInstrInfoVSDPatterns.td21 // Helpers to define the SDNode patterns.
H A DRISCVInstrInfo.td1841 // Helpers for defining specific operations. They are defined for each system
H A DRISCVInstrInfoVPseudos.td722 // Helpers to define the different pseudo instructions.
3970 // Helpers to define the intrinsic patterns.
H A DRISCVInstrInfoVVLPatterns.td21 // Helpers to define the VL patterns.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Schedule.td64 // Helpers to mark SchedWrites as unsupported.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td40 // Helpers
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrAltivec.td265 // Helpers for defining instructions that directly correspond to intrinsics.
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5728 SmallVector<OMPIteratorHelperData, 4> Helpers; in ActOnOMPIteratorExpr() local
5873 OMPIteratorHelperData &HD = Helpers.emplace_back(); in ActOnOMPIteratorExpr()
5880 Helpers.assign(ID.size(), {}); in ActOnOMPIteratorExpr()
5891 LLoc, RLoc, ID, Helpers); in ActOnOMPIteratorExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td245 // Helpers for type promotions/contractions.