/llvm-project/clang/test/SemaCXX/ |
H A D | int-ptr-cast-SFINAE.cpp | 11 template<bool, typename T, typename U> struct select { using type = T; }; struct 12 template<typename T, typename U> struct select<false, T, U> { using type = U; }; argument
|
H A D | discrim-union.cpp | 14 template<unsigned N> struct select {}; // : integral_constant<unsigned, N> {}; struct
|
/llvm-project/compiler-rt/test/msan/ |
H A D | vector_select.cpp | 10 __m128d select(bool b, __m128d c, __m128d d) in select() function 17 __w64d select(bool b, __w64d c, __w64d d) in select() function
|
/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelDAGToDAG.cpp | 312 template <> bool AVRDAGToDAGISel::select<ISD::FrameIndex>(SDNode *N) { select() function in AVRDAGToDAGISel 326 template <> bool AVRDAGToDAGISel::select<ISD::STORE>(SDNode *N) { select() function in AVRDAGToDAGISel 363 template <> bool AVRDAGToDAGISel::select<ISD::LOAD>(SDNode *N) { select() function in AVRDAGToDAGISel 450 template <> bool AVRDAGToDAGISel::select<AVRISD::CALL>(SDNode *N) { select() function in AVRDAGToDAGISel 491 template <> bool AVRDAGToDAGISel::select<ISD::BRIND>(SDNode *N) { select() function in AVRDAGToDAGISel [all...] |
/llvm-project/llvm/lib/Target/BPF/GISel/ |
H A D | BPFInstructionSelector.cpp | 78 bool BPFInstructionSelector::select(MachineInstr &I) { select() function in BPFInstructionSelector
|
/llvm-project/llvm/lib/Target/M68k/GISel/ |
H A D | M68kInstructionSelector.cpp | 72 bool M68kInstructionSelector::select(MachineInstr &I) { in select() function in M68kInstructionSelector
|
/llvm-project/mlir/lib/Dialect/Arith/Transforms/ |
H A D | ExpandOps.cpp | 187 Value select = rewriter.create<arith::SelectOp>(loc, cmp, lhs, rhs); in matchAndRewrite() local 213 Value select = rewriter.create<arith::SelectOp>(loc, cmp, lhs, rhs); in matchAndRewrite() local 330 Value select = in matchAndRewrite() local
|
/llvm-project/clang/test/Analysis/ |
H A D | lifetime-extended-regions.cpp | 24 T const& select(bool cond, T const& t, T const& u) { return cond ? t : u; } in select() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | container-data-pointer.cpp | 121 std::vector<int> &select(std::vector<int> &u, std::vector<int> &v) { in select() function
|
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/ |
H A D | NumericTest.cpp | 60 mlir::Value select = callOp.getOperands()[1]; testGenNearest() local
|
/llvm-project/llvm/lib/MCA/HardwareUnits/ |
H A D | Scheduler.cpp | 192 InstRef Scheduler::select() { select() function in llvm::mca::Scheduler
|
H A D | ResourceManager.cpp | 34 uint64_t DefaultResourceStrategy::select(uint64_t ReadyMask) { in select() function in llvm::mca::DefaultResourceStrategy
|
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/ |
H A D | LinalgNamedStructuredOps.yaml | 1012 name: select play
|
/llvm-project/clang/lib/Driver/ |
H A D | Multilib.cpp | 97 bool MultilibSet::select(const Multilib::flags_list &Flags, select() function in MultilibSet
|
/llvm-project/mlir/lib/Conversion/MathToSPIRV/ |
H A D | MathToSPIRV.cpp | 392 auto select = rewriter.create<spirv::SelectOp>(loc, greater, one, zero); matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/SCFToOpenMP/ |
H A D | SCFToOpenMP.cpp | 91 auto select = dyn_cast<SelectOpTy>(block.front().getNextNode()); in matchSelectReduction() local [all...] |
/llvm-project/mlir/lib/Dialect/Arith/Utils/ |
H A D | Utils.cpp | 340 Value ArithBuilder::select(Value cmp, Value lhs, Value rhs) { in select() function in ArithBuilder
|
/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCInstructionSelector.cpp | 708 bool PPCInstructionSelector::select(MachineInstr &I) { in select() function in PPCInstructionSelector
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 287 bool MipsInstructionSelector::select(MachineInstr &I) { in select() function in MipsInstructionSelector
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 849 bool ARMInstructionSelector::select(MachineInstr &I) { in select() function in ARMInstructionSelector
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | VectorEmulateNarrowType.cpp | 436 auto select = rewriter.create<arith::SelectOp>(loc, op.getMask(), bitCast, matchAndRewrite() local
|
/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVInstructionSelector.cpp | 509 bool RISCVInstructionSelector::select(MachineInstr &MI) { select() function in RISCVInstructionSelector
|
/llvm-project/clang/unittests/Tooling/ |
H A D | RangeSelectorTest.cpp | 59 Expected<StringRef> select(RangeSelector Selector, const TestMatch &Match) { in select() function
|
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/ |
H A D | comprehension.py | 367 select = TernaryFnType("select") global() variable in TernaryFn
|
/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 345 bool X86InstructionSelector::select(MachineInstr &I) { select() function in X86InstructionSelector [all...] |