Searched refs:Select (Results 101 - 120 of 120) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp210 void Select(SDNode *N) override;
4413 void X86DAGToDAGISel::Select(SDNode *Node) { function in class:X86DAGToDAGISel
H A DX86TargetTransformInfo.cpp3116 case Instruction::Select:
H A DX86FastISel.cpp53 /// X86ScalarSSEf32, X86ScalarSSEf64 - Select between SSE or x87
1101 /// X86SelectStore - Select and emit code to implement store instructions.
1144 /// X86SelectRet - Select and emit code to implement ret instructions.
1291 /// X86SelectLoad - Select and emit code to implement load instructions.
2421 // Select integer to float/double conversion.
3630 case Instruction::Select:
3656 // Select SSE2/AVX bitcasts between 128/256/512 bit vector types.
H A DX86ISelLowering.cpp17527 SDValue Select = DAG.getNode(ISD::VSELECT, dl, CastVT, Cond, LHS, RHS);
17528 return DAG.getBitcast(VT, Select);
18035 // Select(N) returns N. So the raw TargetGlobalAddress nodes, etc. can only
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2057 case Instruction::Select:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2872 case Instruction::Select:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1100 // Select target instructions for the DAG.
1189 Select(Node);
H A DDAGCombiner.cpp12487 SDValue Select = N0, X = N1; local
12488 if (Select.getOpcode() != ISD::SELECT)
12489 std::swap(Select, X);
12491 SDValue Cond = Select.getOperand(0);
12492 auto TrueOpnd = dyn_cast<ConstantFPSDNode>(Select.getOperand(1));
12493 auto FalseOpnd = dyn_cast<ConstantFPSDNode>(Select.getOperand(2));
17170 // Select the right vector half to extract from.
17291 // Select the input vector, guarding against out of range extract vector.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp75 /// Select - Select instructions not customized! Used for
77 void NVPTXDAGToDAGISel::Select(SDNode *N) { function in class:NVPTXDAGToDAGISel
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2030 case Instruction::Select:
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4325 Status error = select_helper.Select();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp5224 case Instruction::Select:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4001 "Select must have bool or bool vector condition");
4003 "Select must have same types for true/false ops");
5429 case Instruction::Select:
H A DScalarEvolution.cpp4357 case Instruction::Select: {
6529 case Instruction::Select:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1254 unsigned Select) const {
1256 Diag(DiagID) << Arg1 << Arg2 << Select; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp9865 OverloadCandidateSelect Select = [&]() {
9916 return std::make_pair(Kind, Select);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3624 } else if (Opc == Instruction::Select) {
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1469 % Select #1 fonts with the current style.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex1403 % Select #1 fonts with the current style.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex1454 % Select #1 fonts with the current style.

Completed in 859 milliseconds

12345