Home
last modified time | relevance | path

Searched defs:Alt (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/unittests/ADT/
H A DSparseMultiSetTest.cpp207 struct Alt { struct
208 unsigned Value;
209 explicit Alt(unsigned x) : Value(x) {} in Alt() argument
210 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
H A DSparseSetTest.cpp162 struct Alt { struct
164 explicit Alt(unsigned x) : Value(x) {} in Alt() argument
163 Value__anon0f0a74a10111::Alt global() argument
165 getSparseSetIndex__anon0f0a74a10111::Alt getSparseSetIndex() argument
H A DBitVectorTest.cpp87 TypeParam Alt(3, false); in TYPED_TEST() local
/llvm-project/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
H A Dp2-0x.cpp10 struct Alt { struct
14 constexpr short s = Alt(); argument
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp516 for (const auto &Alt : Alts) { checkSemantics() local
551 for (const auto &Alt : Alts) { checkSemantics() local
579 for (const auto &Alt : Alts) { checkSemantics() local
620 for (auto &Alt : Alts) { checkSemantics() local
647 for (const auto &Alt : Alts) { handleUnboundInParam() local
679 for (auto &Alt : Alts) { buildOperandsTables() local
711 for (const auto &Alt : Alts) { print() local
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dmissing-namespace-qualifier-typo-corrections.cpp38 void Alt() { in Alt() function
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp6391 uint64_t Mask = 0, Alt = 0; combineToCMPB() local
6395 __anona2527ef31002(SDValue O, unsigned &b, uint64_t &Mask, uint64_t &Alt, SDValue &LHS, SDValue &RHS) combineToCMPB() argument
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1543 SDValue Alt = Op.getOperand(1 - I).getOperand(0); SimplifyDemandedBits() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43798 if (SDNode *Alt = DAG.getNodeIfExists(ISD::BITCAST, DAG.getVTList(VT), {V})) combineBitcastToBoolVector() local
[all...]