Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/riscv/
H A Dint_mul_impl.inc9 // Helpers used by __mulsi3, __muldi3.
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h199 ArrayRef<OMPIteratorHelperData> Helpers);
237 ArrayRef<OMPIteratorHelperData> Helpers);
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/
H A Dzpool_reopen.shlib85 # Helpers for wait_for_action function:
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_div_impl.inc9 // Helpers used by __udivsi3, __umodsi3, __udivdi3, and __umodsi3.
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td134 // 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 DExpr.cpp5280 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 DDiagnosticCommonKinds.td10 // Common Helpers
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Schedule.td64 // Helpers to mark SchedWrites as unsupported.
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZvk.td585 // 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.td1742 // Helpers for defining specific operations. They are defined for each system
H A DRISCVInstrInfoVPseudos.td719 // Helpers to define the different pseudo instructions.
3911 // Helpers to define the intrinsic patterns.
H A DRISCVInstrInfoVVLPatterns.td21 // Helpers to define the VL patterns.
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td40 // Helpers
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrAltivec.td265 // Helpers for defining instructions that directly correspond to intrinsics.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp23638 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 DHexagonPatterns.td245 // Helpers for type promotions/contractions.