Home
last modified time | relevance | path

Searched refs:ATy (Results 1 – 25 of 833) sorted by relevance

12345678910>>...34

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp96 const ArrayType *ATy = cast<ArrayType>(C->getType()); in IsNullTerminatedString() local
100 if (ATy->getNumElements() == 0) return false; in IsNullTerminatedString()
103 dyn_cast<ConstantInt>(CVA->getOperand(ATy->getNumElements()-1)); in IsNullTerminatedString()
108 for (unsigned i = 0, e = ATy->getNumElements()-1; i != e; ++i) in IsNullTerminatedString()
118 return ATy->getNumElements() == 1; in IsNullTerminatedString()
173 if (const ArrayType *ATy = dyn_cast<ArrayType>(C->getType())) { in getKindForGlobal() local
175 dyn_cast<IntegerType>(ATy->getElementType())) { in getKindForGlobal()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DAnalysis.cpp54 else if (const ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in ComputeLinearIndex() local
55 const Type *EltTy = ATy->getElementType(); in ComputeLinearIndex()
56 for (unsigned i = 0, e = ATy->getNumElements(); i != e; ++i) { in ComputeLinearIndex()
90 if (const ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in ComputeValueVTs() local
91 const Type *EltTy = ATy->getElementType(); in ComputeValueVTs()
93 for (unsigned i = 0, e = ATy->getNumElements(); i != e; ++i) in ComputeValueVTs()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/Instrumentation/
H A DEdgeProfiling.cpp74 const Type *ATy = ArrayType::get(Type::getInt32Ty(M.getContext()), NumEdges); in runOnModule() local
76 new GlobalVariable(M, ATy, false, GlobalValue::InternalLinkage, in runOnModule()
77 Constant::getNullValue(ATy), "EdgeProfCounters"); in runOnModule()
H A DOptimalEdgeProfiling.cpp109 const ArrayType *ATy = ArrayType::get(Int32, NumEdges); in runOnModule() local
111 new GlobalVariable(M, ATy, false, GlobalValue::InternalLinkage, in runOnModule()
112 Constant::getNullValue(ATy), "OptEdgeProfCounters"); in runOnModule()
211 Constant *init = ConstantArray::get(ATy, Initializer); in runOnModule()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/generic-associated-types/
H A Dunsatisfied-outlives-bound.rs3 trait ATy { interface
7 impl<'b> ATy for &'b () { impl
/dports/math/qposases/qpOASES-3.2.1/testing/cpp/
H A Dtest_matrices.cpp387 real_t ATy[] = {-63, -69, -222, -423, -359, 272, 126, 663, 1562, 1656}; in spTimes() local
419 if (getAbs(x[i] - ATy[i]) > errT) errT = getAbs(x[i] - ATy[i]); in spTimes()
447 real_t ATy[] = {0.278, 0.000, 0.548, 0.776, 0.000, 1.208}; in spIndTimes() local
496 if (getAbs(xc[i] - ATy[i]) > errT) in spIndTimes()
497 errT = getAbs(xc[i] - ATy[i]); in spIndTimes()
642 real_t ATy[] = {-63, -69, -222, -423, -359, 272, 126, 663, 1562, 1656}; in sprTimes() local
678 if (getAbs(x[i] - ATy[i]) > errT) errT = getAbs(x[i] - ATy[i]); in sprTimes()
706 real_t ATy[] = {0.278, 0.000, 0.548, 0.776, 0.000, 1.208}; in sprIndTimes() local
760 fprintf(stdFile, "%6.2f", ATy[i + j*3]); in sprIndTimes()
770 if (getAbs(xc[i] - ATy[i]) > errT) in sprIndTimes()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Analysis/
H A DPointerTracking.cpp116 if (const ArrayType *ATy = dyn_cast<ArrayType>(C->getType())) { in computeAllocationCount() local
117 Ty = ATy->getElementType(); in computeAllocationCount()
119 ATy->getNumElements()); in computeAllocationCount()
172 if (const ArrayType *ATy = dyn_cast<ArrayType>(C->getType())) { in computeAllocationCountValue() local
173 Ty = ATy->getElementType(); in computeAllocationCountValue()
175 ATy->getNumElements()); in computeAllocationCountValue()
/dports/math/osqp/osqp-0.6.2/tests/lin_alg/
H A Dtest_lin_alg.h174 c_float *Ax, *ATy, *Px, *Ax_cum, *ATy_cum, *Px_cum; in test_mat_vec_multiplication() local
181 ATy = (c_float *)c_malloc(data->test_mat_vec_n * sizeof(c_float)); in test_mat_vec_multiplication()
201 mat_tpose_vec(data->test_mat_vec_A, data->test_mat_vec_y, ATy, 0, 0); in test_mat_vec_multiplication()
204 vec_norm_inf_diff(ATy, data->test_mat_vec_ATy, in test_mat_vec_multiplication()
248 c_free(ATy); in test_mat_vec_multiplication()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp94 ArrayType *ATy = in removeFromUsedList() local
97 new llvm::GlobalVariable(M, ATy, false, GlobalValue::AppendingLinkage, in removeFromUsedList()
98 ConstantArray::get(ATy, Init), Name); in removeFromUsedList()
242 Type *ATy = ArrayType::get(Type::getInt8Ty(Ctx), Padding); in processUsedLDS() local
244 M, ATy, false, GlobalValue::InternalLinkage, UndefValue::get(ATy), in processUsedLDS()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp94 ArrayType *ATy = in removeFromUsedList() local
97 new llvm::GlobalVariable(M, ATy, false, GlobalValue::AppendingLinkage, in removeFromUsedList()
98 ConstantArray::get(ATy, Init), Name); in removeFromUsedList()
242 Type *ATy = ArrayType::get(Type::getInt8Ty(Ctx), Padding); in processUsedLDS() local
244 M, ATy, false, GlobalValue::InternalLinkage, UndefValue::get(ATy), in processUsedLDS()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp94 ArrayType *ATy = in removeFromUsedList() local
97 new llvm::GlobalVariable(M, ATy, false, GlobalValue::AppendingLinkage, in removeFromUsedList()
98 ConstantArray::get(ATy, Init), Name); in removeFromUsedList()
242 Type *ATy = ArrayType::get(Type::getInt8Ty(Ctx), Padding); in processUsedLDS() local
244 M, ATy, false, GlobalValue::InternalLinkage, UndefValue::get(ATy), in processUsedLDS()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp94 ArrayType *ATy = in removeFromUsedList() local
97 new llvm::GlobalVariable(M, ATy, false, GlobalValue::AppendingLinkage, in removeFromUsedList()
98 ConstantArray::get(ATy, Init), Name); in removeFromUsedList()
242 Type *ATy = ArrayType::get(Type::getInt8Ty(Ctx), Padding); in processUsedLDS() local
244 M, ATy, false, GlobalValue::InternalLinkage, UndefValue::get(ATy), in processUsedLDS()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp94 ArrayType *ATy = in removeFromUsedList() local
97 new llvm::GlobalVariable(M, ATy, false, GlobalValue::AppendingLinkage, in removeFromUsedList()
98 ConstantArray::get(ATy, Init), Name); in removeFromUsedList()
242 Type *ATy = ArrayType::get(Type::getInt8Ty(Ctx), Padding); in processUsedLDS() local
244 M, ATy, false, GlobalValue::InternalLinkage, UndefValue::get(ATy), in processUsedLDS()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DModuleUtils.cpp33 ArrayType *ATy = cast<ArrayType>(GVCtor->getValueType()); in appendToGlobalArray() local
34 StructType *OldEltTy = cast<StructType>(ATy->getElementType()); in appendToGlobalArray()
116 ArrayType *ATy = ArrayType::get(Int8PtrTy, Init.size()); in appendToUsedList() local
117 GV = new llvm::GlobalVariable(M, ATy, false, GlobalValue::AppendingLinkage, in appendToUsedList()
118 ConstantArray::get(ATy, Init), Name); in appendToUsedList()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h78 if (auto *ATy = dyn_cast<ArrayType>(Ty)) { variable
79 CurTy = ATy->getElementType();
80 NumElements = ATy->getNumElements();
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h82 if (auto *ATy = dyn_cast<ArrayType>(Ty)) { variable
83 CurTy = ATy->getElementType();
84 NumElements = ATy->getNumElements();
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h78 if (auto *ATy = dyn_cast<ArrayType>(Ty)) { variable
79 CurTy = ATy->getElementType();
80 NumElements = ATy->getNumElements();
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/IR/
H A DGetElementPtrTypeIterator.h82 if (auto *ATy = dyn_cast<ArrayType>(Ty)) { variable
83 CurTy = ATy->getElementType();
84 NumElements = ATy->getNumElements();
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h78 if (auto *ATy = dyn_cast<ArrayType>(Ty)) { variable
79 CurTy = ATy->getElementType();
80 NumElements = ATy->getNumElements();
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/IR/
H A DGetElementPtrTypeIterator.h78 if (auto *ATy = dyn_cast<ArrayType>(Ty)) { variable
79 CurTy = ATy->getElementType();
80 NumElements = ATy->getNumElements();
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h82 if (auto *ATy = dyn_cast<ArrayType>(Ty)) { variable
83 CurTy = ATy->getElementType();
84 NumElements = ATy->getNumElements();
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h82 if (auto *ATy = dyn_cast<ArrayType>(Ty)) { variable
83 CurTy = ATy->getElementType();
84 NumElements = ATy->getNumElements();
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h82 if (auto *ATy = dyn_cast<ArrayType>(Ty)) { variable
83 CurTy = ATy->getElementType();
84 NumElements = ATy->getNumElements();
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h78 if (auto *ATy = dyn_cast<ArrayType>(Ty)) { variable
79 CurTy = ATy->getElementType();
80 NumElements = ATy->getNumElements();
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h82 if (auto *ATy = dyn_cast<ArrayType>(Ty)) { variable
83 CurTy = ATy->getElementType();
84 NumElements = ATy->getNumElements();

12345678910>>...34