• Home
  • Raw
  • Download

Lines Matching refs:pImpl

805   LLVMContextImpl *pImpl = Context.pImpl;  in getTrue()  local
806 if (!pImpl->TheTrueVal) in getTrue()
807 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1); in getTrue()
808 return pImpl->TheTrueVal; in getTrue()
812 LLVMContextImpl *pImpl = Context.pImpl; in getFalse() local
813 if (!pImpl->TheFalseVal) in getFalse()
814 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0); in getFalse()
815 return pImpl->TheFalseVal; in getFalse()
837 LLVMContextImpl *pImpl = Context.pImpl; in get() local
838 std::unique_ptr<ConstantInt> &Slot = pImpl->IntConstants[V]; in get()
991 LLVMContextImpl* pImpl = Context.pImpl; in get() local
993 std::unique_ptr<ConstantFP> &Slot = pImpl->FPConstants[V]; in get()
1214 return Ty->getContext().pImpl->ArrayConstants.getOrCreate(Ty, V); in get()
1297 return ST->getContext().pImpl->StructConstants.getOrCreate(ST, V); in get()
1311 return Ty->getContext().pImpl->VectorConstants.getOrCreate(Ty, V); in get()
1378 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1379 if (!pImpl->TheNoneToken) in get()
1380 pImpl->TheNoneToken.reset(new ConstantTokenNone(Context)); in get()
1381 return pImpl->TheNoneToken.get(); in get()
1604 Ty->getContext().pImpl->CAZConstants[Ty]; in get()
1613 getContext().pImpl->CAZConstants.erase(getType()); in destroyConstantImpl()
1618 getType()->getContext().pImpl->ArrayConstants.remove(this); in destroyConstantImpl()
1627 getType()->getContext().pImpl->StructConstants.remove(this); in destroyConstantImpl()
1632 getType()->getContext().pImpl->VectorConstants.remove(this); in destroyConstantImpl()
1708 Ty->getContext().pImpl->CPNConstants[Ty]; in get()
1717 getContext().pImpl->CPNConstants.erase(getType()); in destroyConstantImpl()
1721 std::unique_ptr<UndefValue> &Entry = Ty->getContext().pImpl->UVConstants[Ty]; in get()
1732 getContext().pImpl->UVConstants.erase(getType()); in destroyConstantImpl()
1734 getContext().pImpl->PVConstants.erase(getType()); in destroyConstantImpl()
1740 std::unique_ptr<PoisonValue> &Entry = Ty->getContext().pImpl->PVConstants[Ty]; in get()
1750 getContext().pImpl->PVConstants.erase(getType()); in destroyConstantImpl()
1760 F->getContext().pImpl->BlockAddresses[std::make_pair(F, BB)]; in get()
1783 F->getContext().pImpl->BlockAddresses.lookup(std::make_pair(F, BB)); in lookup()
1790 getFunction()->getType()->getContext().pImpl in destroyConstantImpl()
1811 getContext().pImpl->BlockAddresses[std::make_pair(NewF, NewBB)]; in handleOperandChangeImpl()
1819 getContext().pImpl->BlockAddresses.erase(std::make_pair(getFunction(), in handleOperandChangeImpl()
1832 DSOLocalEquivalent *&Equiv = GV->getContext().pImpl->DSOLocalEquivalents[GV]; in get()
1849 GV->getContext().pImpl->DSOLocalEquivalents.erase(GV); in destroyConstantImpl()
1859 getContext().pImpl->DSOLocalEquivalents[ToObj]; in handleOperandChangeImpl()
1872 DSOLocalEquivalent *&NewEquiv = getContext().pImpl->DSOLocalEquivalents[Func]; in handleOperandChangeImpl()
1877 getContext().pImpl->DSOLocalEquivalents.erase(getGlobalValue()); in handleOperandChangeImpl()
1898 LLVMContextImpl *pImpl = Ty->getContext().pImpl; in getFoldedCast() local
1903 return pImpl->ExprConstants.getOrCreate(Ty, Key); in getFoldedCast()
2212 LLVMContextImpl *pImpl = C->getContext().pImpl; in get() local
2213 return pImpl->ExprConstants.getOrCreate(C->getType(), Key); in get()
2271 LLVMContextImpl *pImpl = C1->getContext().pImpl; in get() local
2272 return pImpl->ExprConstants.getOrCreate(C1->getType(), Key); in get()
2351 LLVMContextImpl *pImpl = C->getContext().pImpl; in getSelect() local
2352 return pImpl->ExprConstants.getOrCreate(V1->getType(), Key); in getSelect()
2416 LLVMContextImpl *pImpl = C->getContext().pImpl; in getGetElementPtr() local
2417 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getGetElementPtr()
2441 LLVMContextImpl *pImpl = LHS->getType()->getContext().pImpl; in getICmp() local
2442 return pImpl->ExprConstants.getOrCreate(ResultTy, Key); in getICmp()
2466 LLVMContextImpl *pImpl = LHS->getType()->getContext().pImpl; in getFCmp() local
2467 return pImpl->ExprConstants.getOrCreate(ResultTy, Key); in getFCmp()
2488 LLVMContextImpl *pImpl = Val->getContext().pImpl; in getExtractElement() local
2489 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getExtractElement()
2511 LLVMContextImpl *pImpl = Val->getContext().pImpl; in getInsertElement() local
2512 return pImpl->ExprConstants.getOrCreate(Val->getType(), Key); in getInsertElement()
2537 LLVMContextImpl *pImpl = ShufTy->getContext().pImpl; in getShuffleVector() local
2538 return pImpl->ExprConstants.getOrCreate(ShufTy, Key); in getShuffleVector()
2561 LLVMContextImpl *pImpl = Agg->getContext().pImpl; in getInsertValue() local
2562 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getInsertValue()
2585 LLVMContextImpl *pImpl = Agg->getContext().pImpl; in getExtractValue() local
2586 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getExtractValue()
2793 getType()->getContext().pImpl->ExprConstants.remove(this); in destroyConstantImpl()
2896 .pImpl->CDSConstants.insert(std::make_pair(Elements, nullptr)) in getImpl()
2925 getType()->getContext().pImpl->CDSConstants; in destroyConstantImpl()
2938 getContext().pImpl->CDSConstants.erase(Slot); in destroyConstantImpl()
3321 return getContext().pImpl->ArrayConstants.replaceOperandsInPlace( in handleOperandChangeImpl()
3357 return getContext().pImpl->StructConstants.replaceOperandsInPlace( in handleOperandChangeImpl()
3383 return getContext().pImpl->VectorConstants.replaceOperandsInPlace( in handleOperandChangeImpl()
3409 return getContext().pImpl->ExprConstants.replaceOperandsInPlace( in handleOperandChangeImpl()