Searched refs:Part1 (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | cxx20-multiple-partitions.cpp | 22 export module A:Part1; 42 import :Part1;
|
| H A D | search-partitions.cpp | 20 export module A:Part1; 40 import :Part1;
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Mangle.cpp | 245 P.Part1, P.Part2, P.Part3); in mangleMSGuidDecl()
|
| H A D | DeclCXX.cpp | 3310 PartVal.Part1, PartVal.Part2, PartVal.Part3); in printName() 3372 APVal.getStructField(0) = APValue(APSInt(APInt(32, PartVal.Part1), true)); in getAsAPValue()
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 292 SDValue Part1 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, MVT::i32, in LowerReturn_32() local 300 Chain = DAG.getCopyToReg(Chain, DL, VA.getLocReg(), Part1, in LowerReturn_32() 945 SDValue Part1 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32, in LowerCall_32() local 954 RegsToPass.push_back(std::make_pair(NextVA.getLocReg(), Part1)); in LowerCall_32() 962 DAG.getStore(Chain, dl, Part1, PtrOff, MachinePointerInfo())); in LowerCall_32() 976 DAG.getStore(Chain, dl, Part1, PtrOff, MachinePointerInfo())); in LowerCall_32()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 4151 uint32_t Part1; member 4211 ID.AddInteger(P.Part1); in Profile()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 966 Record.push_back(Parts.Part1); in VisitMSGuidDecl()
|
| H A D | ASTReaderDecl.cpp | 1471 D->PartVal.Part1 = Record.readInt(); in VisitMSGuidDecl()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 588 SDValue &Part1 = Parts[i+StepSize/2]; in getCopyToParts() local 590 Part1 = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, in getCopyToParts() 597 Part1 = DAG.getNode(ISD::BITCAST, DL, PartVT, Part1); in getCopyToParts()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 3023 llvm::ConstantInt::get(Int32Ty, Parts.Part1), in GetAddrOfMSGuidDecl()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 6791 StrRef.substr(0, 8).getAsInteger(16, Parsed.Part1); in handleUuidAttr()
|