Home
last modified time | relevance | path

Searched refs:VectorConstants (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContextImpl.cpp66 std::for_each(VectorConstants.map_begin(), VectorConstants.map_end(), in ~LLVMContextImpl()
71 VectorConstants.freeConstants(); in ~LLVMContextImpl()
DLLVMContextImpl.h153 VectorConstantsTy VectorConstants; variable
DConstants.cpp735 return pImpl->VectorConstants.getOrCreate(T, V); in get()
1070 getType()->getContext().pImpl->VectorConstants.remove(this); in destroyConstant()
/external/llvm/lib/IR/
DLLVMContextImpl.cpp90 for (auto *I : VectorConstants) in ~LLVMContextImpl()
95 VectorConstants.freeConstants(); in ~LLVMContextImpl()
DConstants.cpp1002 return Ty->getContext().pImpl->VectorConstants.getOrCreate(Ty, V); in get()
1293 getType()->getContext().pImpl->VectorConstants.remove(this); in destroyConstantImpl()
2819 return getContext().pImpl->VectorConstants.replaceOperandsInPlace( in handleOperandChangeImpl()
DLLVMContextImpl.h1088 VectorConstantsTy VectorConstants;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContextImpl.cpp89 for (auto *I : VectorConstants) in ~LLVMContextImpl()
94 VectorConstants.freeConstants(); in ~LLVMContextImpl()
DConstants.cpp1060 return Ty->getContext().pImpl->VectorConstants.getOrCreate(Ty, V); in get()
1342 getType()->getContext().pImpl->VectorConstants.remove(this); in destroyConstantImpl()
2891 return getContext().pImpl->VectorConstants.replaceOperandsInPlace( in handleOperandChangeImpl()
DLLVMContextImpl.h1273 VectorConstantsTy VectorConstants;