Home
last modified time | relevance | path

Searched defs:select (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project/clang/test/SemaCXX/
H A Dint-ptr-cast-SFINAE.cpp11 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 Ddiscrim-union.cpp14 template<unsigned N> struct select {}; // : integral_constant<unsigned, N> {}; struct
/llvm-project/compiler-rt/test/msan/
H A Dvector_select.cpp10 __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 DAVRISelDAGToDAG.cpp312 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 DBPFInstructionSelector.cpp78 bool BPFInstructionSelector::select(MachineInstr &I) { select() function in BPFInstructionSelector
/llvm-project/llvm/lib/Target/M68k/GISel/
H A DM68kInstructionSelector.cpp72 bool M68kInstructionSelector::select(MachineInstr &I) { in select() function in M68kInstructionSelector
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DExpandOps.cpp187 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 Dlifetime-extended-regions.cpp24 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 Dcontainer-data-pointer.cpp121 std::vector<int> &select(std::vector<int> &u, std::vector<int> &v) { in select() function
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DNumericTest.cpp60 mlir::Value select = callOp.getOperands()[1]; testGenNearest() local
/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp192 InstRef Scheduler::select() { select() function in llvm::mca::Scheduler
H A DResourceManager.cpp34 uint64_t DefaultResourceStrategy::select(uint64_t ReadyMask) { in select() function in llvm::mca::DefaultResourceStrategy
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgNamedStructuredOps.yaml1012 name: select play
/llvm-project/clang/lib/Driver/
H A DMultilib.cpp97 bool MultilibSet::select(const Multilib::flags_list &Flags, select() function in MultilibSet
/llvm-project/mlir/lib/Conversion/MathToSPIRV/
H A DMathToSPIRV.cpp392 auto select = rewriter.create<spirv::SelectOp>(loc, greater, one, zero); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.cpp91 auto select = dyn_cast<SelectOpTy>(block.front().getNextNode()); in matchSelectReduction() local
[all...]
/llvm-project/mlir/lib/Dialect/Arith/Utils/
H A DUtils.cpp340 Value ArithBuilder::select(Value cmp, Value lhs, Value rhs) { in select() function in ArithBuilder
/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp708 bool PPCInstructionSelector::select(MachineInstr &I) { in select() function in PPCInstructionSelector
/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp287 bool MipsInstructionSelector::select(MachineInstr &I) { in select() function in MipsInstructionSelector
/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp849 bool ARMInstructionSelector::select(MachineInstr &I) { in select() function in ARMInstructionSelector
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorEmulateNarrowType.cpp436 auto select = rewriter.create<arith::SelectOp>(loc, op.getMask(), bitCast, matchAndRewrite() local
/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp509 bool RISCVInstructionSelector::select(MachineInstr &MI) { select() function in RISCVInstructionSelector
/llvm-project/clang/unittests/Tooling/
H A DRangeSelectorTest.cpp59 Expected<StringRef> select(RangeSelector Selector, const TestMatch &Match) { in select() function
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Dcomprehension.py367 select = TernaryFnType("select") global() variable in TernaryFn
/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp345 bool X86InstructionSelector::select(MachineInstr &I) { select() function in X86InstructionSelector
[all...]

12