Home
last modified time | relevance | path

Searched refs:DoubleVectorPointerType (Results 1 – 4 of 4) sorted by relevance

/dports/devel/ispc/ispc-1.16.1/src/
H A Dllvmutil.h104 static llvm::Type *DoubleVectorPointerType; member
H A Dbuiltins.cpp148 else if (t == LLVMTypes::DoubleVectorPointerType) in lLLVMTypeToISPCType()
H A Dllvmutil.cpp94 llvm::Type *LLVMTypes::DoubleVectorPointerType = NULL; member in ispc::LLVMTypes
164 LLVMTypes::DoubleVectorPointerType = llvm::PointerType::get(LLVMTypes::DoubleVectorType, 0); in InitLLVMUtil()
H A Dopt.cpp2688 "__pseudo_masked_store_double", LLVMTypes::DoubleVectorPointerType, 8), in lGSToLoadStore()
2706 "__pseudo_masked_store_double", LLVMTypes::DoubleVectorPointerType, 8), in lGSToLoadStore()
6118 t == LLVMTypes::DoubleVectorType || t == LLVMTypes::DoubleVectorPointerType) { in runOnBasicBlock()