Home
last modified time | relevance | path

Searched refs:ConstantStruct (Results 1 – 25 of 52) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCtorUtils.cpp72 ConstantStruct *CS = cast<ConstantStruct>(V); in parseGlobalCtors()
97 ConstantStruct *CS = cast<ConstantStruct>(V); in findGlobalCtors()
DFunctionComparator.cpp315 const ConstantStruct *LS = cast<ConstantStruct>(L); in cmpConstants()
316 const ConstantStruct *RS = cast<ConstantStruct>(R); in cmpConstants()
DSanitizerStats.cpp85 ConstantStruct::getAnon( in finish()
DValueMapper.cpp477 if (isa<ConstantStruct>(C)) in mapValue()
478 return getVM()[V] = ConstantStruct::get(cast<StructType>(NewTy), Ops); in mapValue()
980 auto *S = cast<ConstantStruct>(V); in mapAppendingVariable()
984 NewV = ConstantStruct::get(cast<StructType>(EltTy), E1, E2, Null); in mapAppendingVariable()
DModuleUtils.cpp50 ConstantStruct::get(EltTy, makeArrayRef(CSVals, EltTy->getNumElements())); in appendToGlobalArray()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DValueList.cpp207 } else if (ConstantStruct *UserCS = dyn_cast<ConstantStruct>(UserC)) { in resolveConstantForwardRefs()
208 NewC = ConstantStruct::get(UserCS->getType(), NewOps); in resolveConstantForwardRefs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp90 bool fillConstantStruct(const DataLayout &DL, const ConstantStruct *CS,
357 if (const ConstantStruct *CS = dyn_cast<ConstantStruct>(Init)) in getConstantFieldValue()
422 if (const ConstantStruct *CVS = dyn_cast<ConstantStruct>(CV)) in fillGenericConstant()
454 const ConstantStruct *CS, in fillConstantStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOModule.cpp265 const ConstantStruct *c = dyn_cast<ConstantStruct>(clgv->getInitializer()); in addObjCClass()
299 const ConstantStruct *c = dyn_cast<ConstantStruct>(clgv->getInitializer()); in addObjCCategory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp75 ConstantStruct *CS = dyn_cast<ConstantStruct>(InitList->getOperand(I)); in operator *()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCAPElim.cpp162 Function *F = dyn_cast<Function>(cast<ConstantStruct>(Op)->getOperand(1)); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp125 ConstantStruct::get(FrameMapTy, BaseElts), in GetFrameMap()
131 Constant *FrameMap = ConstantStruct::get(STy, DescriptorElts); in GetFrameMap()
DLowerEmuTLS.cpp158 ConstantStruct::get(EmuTlsVarType, ElementValueArray)); in addEmuTlsVar()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInstr.h155 ConstantStruct *OutlinedParts = nullptr;
170 if ((Result.OutlinedParts = dyn_cast<ConstantStruct>(Initializer))) in getInfo()
DCoroEarly.cpp131 Constant* NoopCoroConst = ConstantStruct::get(FrameTy, Values); in lowerCoroNoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.def70 HANDLE_CONSTANT(ConstantStruct)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalSplit.cpp48 auto *Init = dyn_cast_or_null<ConstantStruct>(GV.getInitializer()); in splitGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp83 auto *CS = dyn_cast<ConstantStruct>(O); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeMetadataUtils.cpp140 if (auto *C = dyn_cast<ConstantStruct>(I)) { in getPointerAtOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.def71 HANDLE_CONSTANT(ConstantStruct)
DConstants.h445 class ConstantStruct final : public ConstantAggregate {
446 friend struct ConstantAggrKeyType<ConstantStruct>;
449 ConstantStruct(StructType *T, ArrayRef<Constant *> Val);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp1001 auto *StartFileCallArgs = ConstantStruct::get( in insertCounterWriteout()
1011 EmitFunctionCallArgsArray.push_back(ConstantStruct::get( in insertCounterWriteout()
1023 EmitArcsCallArgsArray.push_back(ConstantStruct::get( in insertCounterWriteout()
1053 FileInfos.push_back(ConstantStruct::get( in insertCounterWriteout()
DHWAddressSanitizer.cpp1239 Initializer = ConstantStruct::getAnon({Initializer, Padding}); in instrumentGlobal()
1284 Descriptor->setInitializer(ConstantStruct::getAnon({GVRelPtr, SizeAndTag})); in instrumentGlobal()
1365 Note->setInitializer(ConstantStruct::getAnon( in instrumentGlobals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp387 ConstantStruct *CS = dyn_cast<ConstantStruct>(InitList->getOperand(i)); in runStaticConstructorsDestructors()
1159 if (const ConstantStruct *CPS = dyn_cast<ConstantStruct>(Init)) { in InitializeMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantsContext.h363 template <> struct ConstantInfo<ConstantStruct> {
364 using ValType = ConstantAggrKeyType<ConstantStruct>;
DConstants.cpp1100 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, in getTypeForElements()
1112 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, in getTypeForElements()
1119 ConstantStruct::ConstantStruct(StructType *T, ArrayRef<Constant *> V) in ConstantStruct() function in ConstantStruct
1126 Constant *ConstantStruct::get(StructType *ST, ArrayRef<Constant*> V) { in get()
1441 void ConstantStruct::destroyConstantImpl() { in destroyConstantImpl()
2965 Value *ConstantStruct::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl()

123