Searched refs:PairTy (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/ |
| HD | ConstantInitFuture.h | 48 using PairTy = llvm::PointerUnion<ConstantInitBuilderBase*, llvm::Constant*>; 50 PairTy Data; 79 result.Data = PairTy::getFromOpaqueValue(value); 84 llvm::PointerLikeTypeTraits<PairTy>::NumLowBitsAvailable
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | MachineModuleInfoImpls.cpp | 29 using PairTy = std::pair<MCSymbol *, MachineModuleInfoImpl::StubValueTy>; typedef 30 static int SortSymbolPair(const PairTy *LHS, const PairTy *RHS) { in SortSymbolPair()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | BaseSubobject.h | 71 using PairTy = std::pair<const clang::CXXRecordDecl *, clang::CharUnits>; 73 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | CallGraph.h | 456 using PairTy = 463 static CallGraphNode *CGGetValuePtr(const PairTy &P) { 483 using PairTy = 490 static const CallGraphNode *CGGetValuePtr(const PairTy &P) {
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/ |
| HD | RetainSummaryManager.h | 259 typedef std::pair<IdentifierInfo*, Selector> PairTy; 260 return DenseMapInfo<PairTy>::getHashValue(PairTy(V.getIdentifier(),
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonISelLoweringHVX.cpp | 1404 MVT PairTy = typeJoin({ResTy, ResTy}); in LowerHvxMulh() local 1410 SDValue T0 = getInstr(Hexagon::V6_vmpyuhv, dl, PairTy, {Vs, Vt}, DAG); in LowerHvxMulh() 1418 SDValue T2 = getInstr(Hexagon::V6_vmpyuhv, dl, PairTy, {Vs, D0}, DAG); in LowerHvxMulh() 1423 SDValue T3 = getInstr(Hexagon::V6_vadduhw, dl, PairTy, in LowerHvxMulh()
|
| HD | HexagonISelDAGToDAGHVX.cpp | 1888 MVT PairTy = getPairVT(MVT::i8); in perfect() local 1929 Res.Ty = PairTy; in perfect()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeDAG.cpp | 3508 EVT PairTy = Node->getValueType(0); in ExpandNode() local 3509 Tmp1 = DAG.getNode(ISD::ZERO_EXTEND, dl, PairTy, Node->getOperand(0)); in ExpandNode() 3510 Tmp2 = DAG.getNode(ISD::ANY_EXTEND, dl, PairTy, Node->getOperand(1)); in ExpandNode() 3512 ISD::SHL, dl, PairTy, Tmp2, in ExpandNode() 3513 DAG.getConstant(PairTy.getSizeInBits() / 2, dl, in ExpandNode() 3514 TLI.getShiftAmountTy(PairTy, DAG.getDataLayout()))); in ExpandNode() 3515 Results.push_back(DAG.getNode(ISD::OR, dl, PairTy, Tmp1, Tmp2)); in ExpandNode()
|