/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 97 typedef PointerIntPair<Instruction*, 2, DepType> PairTy; typedef 98 PairTy Value; 99 explicit MemDepResult(PairTy V) : Value(V) {} in MemDepResult() 107 return MemDepResult(PairTy(Inst, Def)); in getDef() 111 return MemDepResult(PairTy(Inst, Clobber)); in getClobber() 115 PairTy(reinterpret_cast<Instruction*>(NonLocal), Other)); in getNonLocal() 119 PairTy(reinterpret_cast<Instruction*>(NonFuncLocal), Other)); in getNonFuncLocal() 123 PairTy(reinterpret_cast<Instruction*>(Unknown), Other)); in getUnknown() 184 return MemDepResult(PairTy(Inst, Invalid)); in getDirty()
|
D | CallGraph.h | 345 typedef std::pair<const Function*, CallGraphNode*> PairTy; 346 typedef std::pointer_to_unary_function<PairTy, CallGraphNode&> DerefFun; 357 static CallGraphNode &CGdereference(PairTy P) {
|
/external/clang/include/clang/Analysis/ |
D | CallGraph.h | 205 typedef std::pair<const clang::Decl*, clang::CallGraphNode*> PairTy; 206 typedef std::pointer_to_unary_function<PairTy, clang::CallGraphNode&> DerefFun; 216 static clang::CallGraphNode &CGdereference(PairTy P) { 230 typedef std::pair<const clang::Decl*, clang::CallGraphNode*> PairTy; 231 typedef std::pointer_to_unary_function<PairTy, clang::CallGraphNode&> DerefFun; 242 static clang::CallGraphNode &CGdereference(PairTy P) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineModuleInfoImpls.cpp | 29 using PairTy = std::pair<MCSymbol *, MachineModuleInfoImpl::StubValueTy>; typedef 30 static int SortSymbolPair(const PairTy *LHS, const PairTy *RHS) { in SortSymbolPair()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineModuleInfoImpls.cpp | 28 typedef std::pair<MCSymbol*, MachineModuleInfoImpl::StubValueTy> PairTy; in SortSymbolPair() typedef 29 const MCSymbol *LHSS = ((const PairTy *)LHS)->first; in SortSymbolPair() 30 const MCSymbol *RHSS = ((const PairTy *)RHS)->first; in SortSymbolPair()
|
/external/llvm/lib/CodeGen/ |
D | MachineModuleInfoImpls.cpp | 28 typedef std::pair<MCSymbol*, MachineModuleInfoImpl::StubValueTy> PairTy; in SortSymbolPair() typedef 29 const MCSymbol *LHSS = ((const PairTy *)LHS)->first; in SortSymbolPair() 30 const MCSymbol *RHSS = ((const PairTy *)RHS)->first; in SortSymbolPair()
|
/external/clang/include/clang/AST/ |
D | BaseSubobject.h | 68 typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits> PairTy; 69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
|
/external/llvm/include/llvm/Analysis/ |
D | CallGraph.h | 460 PairTy; 461 typedef std::pointer_to_unary_function<const PairTy &, CallGraphNode &> 473 static CallGraphNode &CGdereference(const PairTy &P) { return *P.second; } 483 PairTy; 484 typedef std::pointer_to_unary_function<const PairTy &, const CallGraphNode &> 496 static const CallGraphNode &CGdereference(const PairTy &P) {
|
/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/ |
D | phi-select.ll | 7 %PairTy = type {i32, i32} 65 %A = alloca %PairTy 67 ; CHECK: %A = alloca %PairTy 68 %B = getelementptr %PairTy* %A, i32 0, i32 0 70 %C = getelementptr %PairTy* %A, i32 0, i32 1
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | CallGraph.h | 456 using PairTy = 463 static CallGraphNode *CGGetValuePtr(const PairTy &P) { 483 using PairTy = 490 static const CallGraphNode *CGGetValuePtr(const PairTy &P) {
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | LazyValueInfo.cpp | 330 typedef std::pair<AssertingVH<BasicBlock>, Value*> PairTy; typedef 333 static inline PairTy getEmptyKey() { in getEmptyKey() 337 static inline PairTy getTombstoneKey() { in getTombstoneKey() 341 static unsigned getHashValue( const PairTy &Val) { in getHashValue() 345 static bool isEqual(const PairTy &LHS, const PairTy &RHS) { in isEqual()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLoweringHVX.cpp | 1326 MVT PairTy = typeJoin({ResTy, ResTy}); in LowerHvxMulh() local 1332 SDValue T0 = getInstr(Hexagon::V6_vmpyuhv, dl, PairTy, {Vs, Vt}, DAG); in LowerHvxMulh() 1340 SDValue T2 = getInstr(Hexagon::V6_vmpyuhv, dl, PairTy, {Vs, D0}, DAG); in LowerHvxMulh() 1345 SDValue T3 = getInstr(Hexagon::V6_vadduhw, dl, PairTy, in LowerHvxMulh()
|
D | HexagonISelDAGToDAGHVX.cpp | 1814 MVT PairTy = getPairVT(MVT::i8); in perfect() local 1855 Res.Ty = PairTy; in perfect()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3677 EVT PairTy = Node->getValueType(0); in ExpandNode() local 3678 Tmp1 = DAG.getNode(ISD::ZERO_EXTEND, dl, PairTy, Node->getOperand(0)); in ExpandNode() 3679 Tmp2 = DAG.getNode(ISD::ANY_EXTEND, dl, PairTy, Node->getOperand(1)); in ExpandNode() 3680 Tmp2 = DAG.getNode(ISD::SHL, dl, PairTy, Tmp2, in ExpandNode() 3681 DAG.getConstant(PairTy.getSizeInBits()/2, in ExpandNode() 3682 TLI.getShiftAmountTy(PairTy))); in ExpandNode() 3683 Results.push_back(DAG.getNode(ISD::OR, dl, PairTy, Tmp1, Tmp2)); in ExpandNode()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3464 EVT PairTy = Node->getValueType(0); in ExpandNode() local 3465 Tmp1 = DAG.getNode(ISD::ZERO_EXTEND, dl, PairTy, Node->getOperand(0)); in ExpandNode() 3466 Tmp2 = DAG.getNode(ISD::ANY_EXTEND, dl, PairTy, Node->getOperand(1)); in ExpandNode() 3468 ISD::SHL, dl, PairTy, Tmp2, in ExpandNode() 3469 DAG.getConstant(PairTy.getSizeInBits() / 2, dl, in ExpandNode() 3470 TLI.getShiftAmountTy(PairTy, DAG.getDataLayout()))); in ExpandNode() 3471 Results.push_back(DAG.getNode(ISD::OR, dl, PairTy, Tmp1, Tmp2)); in ExpandNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3634 EVT PairTy = Node->getValueType(0); in ExpandNode() local 3635 Tmp1 = DAG.getNode(ISD::ZERO_EXTEND, dl, PairTy, Node->getOperand(0)); in ExpandNode() 3636 Tmp2 = DAG.getNode(ISD::ANY_EXTEND, dl, PairTy, Node->getOperand(1)); in ExpandNode() 3638 ISD::SHL, dl, PairTy, Tmp2, in ExpandNode() 3639 DAG.getConstant(PairTy.getSizeInBits() / 2, dl, in ExpandNode() 3640 TLI.getShiftAmountTy(PairTy, DAG.getDataLayout()))); in ExpandNode() 3641 Results.push_back(DAG.getNode(ISD::OR, dl, PairTy, Tmp1, Tmp2)); in ExpandNode()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 504 typedef std::pair<IdentifierInfo*, Selector> PairTy; in getHashValue() typedef 505 return DenseMapInfo<PairTy>::getHashValue(PairTy(V.getIdentifier(), in getHashValue()
|