HomeSort by relevance Sort by last modified time
    Searched refs:StructType (Results 101 - 125 of 176) sorted by null

1 2 3 45 6 7 8

  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 224 auto *DataTy = StructType::get(Ctx, makeArrayRef(DataTypes));
MemorySanitizer.cpp 647 if (isa<StructType>(Shadow->getType())) {
    [all...]
  /external/llvm/lib/IR/
Function.cpp 481 } else if (StructType* STyp = dyn_cast<StructType>(Ty)) {
766 return StructType::get(Context, makeArrayRef(Elts,D.Struct_NumElements));
    [all...]
Constants.cpp     [all...]
ConstantsContext.h 334 typedef StructType TypeClass;
Value.cpp 550 if (isa<StructType>(Ty))
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 414 if (StructType *STy = dyn_cast<StructType>(Ty))
591 StructType* ST = cast<StructType>(Ty);
593 Out << "StructType *" << typeName << " = mod->getTypeByName(\"";
600 Out << "StructType::create(mod->getContext(), \"";
612 StructType::element_iterator EI = ST->element_begin();
613 StructType::element_iterator EE = ST->element_end();
624 Out << "StructType *" << typeName << " = ";
625 Out << "StructType::get(" << "mod->getContext(), "
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 703 Builder.CreateLandingPad(llvm::StructType::get(Int8PtrTy, Int32Ty, nullptr),
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 683 !isa<StructType>(GetElementPtrInst::getIndexedType(
839 } else if (StructType *STy = dyn_cast<StructType>(Ty)) {
    [all...]
MemoryBuiltins.cpp 221 if (StructType *ST = dyn_cast<StructType>(T))
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 124 ReturnStruct = StructType::get(Boolean, Int64, (Type *)nullptr);
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 135 return VM[V] = ConstantStruct::get(cast<StructType>(NewTy), Ops);
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 633 if (StructType *STy = dyn_cast<StructType>(Ty))
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 881 if (isa<StructType>(A->getType()) || isa<ArrayType>(A->getType()) ||
882 isa<StructType>(B->getType()) || isa<ArrayType>(B->getType()))
    [all...]
SjLjEHPrepare.cpp 100 FunctionContextTy = StructType::get(VoidPtrTy, // __prev
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 60 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
    [all...]
  /frameworks/compile/slang/
slang_backend.cpp 631 llvm::StructType *HelperFunctionParameterTy = nullptr;
647 llvm::StructType::get(mLLVMContext, HelperFunctionParameterTys);
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.cpp 181 const glu::StructType* structType = type.getStructPtr();
182 for (int ndx = 0; ndx < structType->getNumMembers(); ++ndx)
183 generateVariableTypeResourceNames(resources, name + "." + structType->getMember(ndx).getName(), structType->getMember(ndx).getType(), childFlags);
283 bool operator() (const glu::StructType* type) { return type->hasTypeName() && (deStringEqual(m_name, type->getTypeName()) == DE_TRUE); }
288 static void collectNamedStructureDefinitions (std::vector<const glu::StructType*>& dst, const glu::VarType& type)
299 std::vector<const glu::StructType*>::iterator where = std::find_if(dst.begin(), dst.end(), StructNameEqualPredicate(type.getStructPtr()->getTypeName()));
321 std::vector<const glu::StructType*> namedStructs;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 180 StructType *ST = cast<StructType>(T);
304 StructType *ST = cast<StructType>(T);
308 for (StructType::element_iterator I = ST->element_begin(),
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 313 if (!isa<StructType>(Result)) {
340 if (!isa<StructType>(Result)) {
    [all...]
LLParser.h 40 class StructType;
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 591 if(StructType *STy = dyn_cast<StructType>(C->getType())) {
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 677 const SCEV *getOffsetOfExpr(Type *IntTy, StructType *STy, unsigned FieldNo);
    [all...]

Completed in 4443 milliseconds

1 2 3 45 6 7 8