Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/builtins/riscv/
H A Dint_mul_impl.inc9 // Helpers used by __mulsi3, __muldi3.
/llvm-project-15.0.7/libcxx/docs/Status/
H A DZip.rst7 .. include:: ../Helpers/Styles.rst
H A DCxx14.rst7 .. include:: ../Helpers/Styles.rst
H A DCxx2b.rst7 .. include:: ../Helpers/Styles.rst
H A DFormat.rst7 .. include:: ../Helpers/Styles.rst
H A DSpaceship.rst7 .. include:: ../Helpers/Styles.rst
H A DRanges.rst7 .. include:: ../Helpers/Styles.rst
H A DCxx17.rst7 .. include:: ../Helpers/Styles.rst
H A DCxx20.rst7 .. include:: ../Helpers/Styles.rst
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprOpenMP.h323 ArrayRef<OMPIteratorHelperData> Helpers);
361 ArrayRef<OMPIteratorHelperData> Helpers);
/llvm-project-15.0.7/llvm/include/llvm/Option/
H A DOptParser.td116 // Helpers for defining options.
147 // Helpers for defining marshalling information (typically used in Clang's -cc1
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dint_div_impl.inc9 // Helpers used by __udivsi3, __umodsi3, __udivdi3, and __umodsi3.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DNVVMOps.td223 /// Helpers to instantiate different version of wmma intrinsics.
667 "/// Helpers to find valid n dimension based on mxk load shape.\n"
673 "/// Helpers to find valid m dimension based on kxn load shape.\n"
679 "/// Helpers to find valid k dimension based on mxn load shape.\n"
736 "/// Helpers to find valid k dimension based on mxn store shape.\n"
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4993 ArrayRef<OMPIteratorHelperData> Helpers) in OMPIteratorExpr() argument
5003 setHelper(I, Helpers[I]); in OMPIteratorExpr()
5013 ArrayRef<OMPIteratorHelperData> Helpers) { in Create() argument
5014 assert(Data.size() == Helpers.size() && in Create()
5020 Helpers.size()), in Create()
5022 return new (Mem) OMPIteratorExpr(T, IteratorKwLoc, L, R, Data, Helpers); in Create()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DBuiltinsSystemZ.def289 // Helpers to implement vec_revb.
H A DDiagnosticCommonKinds.td10 // Common Helpers
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86Schedule.td64 // Helpers to mark SchedWrites as unsupported.
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td52 // Helpers
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVSDPatterns.td21 // Helpers to define the SDNode patterns.
H A DRISCVInstrInfoVVLPatterns.td21 // Helpers to define the VL patterns.
H A DRISCVInstrInfo.td1505 // Helpers for defining specific operations. They are defined for each system
H A DRISCVInstrInfoVPseudos.td604 // Helpers to define the different pseudo instructions.
2965 // Helpers to define the intrinsic patterns.
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrAltivec.td265 // Helpers for defining instructions that directly correspond to intrinsics.
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp5469 SmallVector<OMPIteratorHelperData, 4> Helpers; in ActOnOMPIteratorExpr() local
5614 OMPIteratorHelperData &HD = Helpers.emplace_back(); in ActOnOMPIteratorExpr()
5621 Helpers.assign(ID.size(), {}); in ActOnOMPIteratorExpr()
5632 LLoc, RLoc, ID, Helpers); in ActOnOMPIteratorExpr()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td236 // Helpers for type promotions/contractions.