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

1 2 3 4 56 7 8

  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
DataFlowSanitizer.cpp 133 if (StructType *SGType = dyn_cast<StructType>(GType)) {
379 RetType = StructType::get(RetType, ShadowTy, (Type *)nullptr);
    [all...]
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 906 llvm::StructType::get(Ctx, makeArrayRef(FunctionRecordTypes));
    [all...]
CGCleanup.cpp 52 llvm::StructType::get(V.first->getType(), V.second->getType(),
    [all...]
CodeGenModule.cpp 629 llvm::StructType *CtorStructTy = llvm::StructType::get(
    [all...]
CodeGenModule.h 441 llvm::StructType *NSConstantStringType;
    [all...]
CodeGenFunction.h     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 260 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ScalarEvolutionExpander.cpp 436 while (StructType *STy = dyn_cast<StructType>(ElTy)) {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 289 StructType *ST = cast<StructType>(T);
293 for (StructType::element_iterator I = ST->element_begin(),
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 291 StructType *ST = cast<StructType>(T);
295 for (StructType::element_iterator I = ST->element_begin(),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 262 if (StructType *STy = dyn_cast<StructType>(EltTy))
527 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
557 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
    [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 390 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 83 !isa<StructType>(cast<PointerType>(Ptr->getType())->getElementType()))
AsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp 473 StructType *STy = dyn_cast<StructType>(ATy->getElementType());
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 260 cast<StructType>(Callee->getReturnType())->getTypeAtIndex(0U);
724 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp 520 DL.getStructLayout(cast<StructType>(NewInit->getType()));
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 560 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 579 [llvm::StructType::get]. *)
584 [llvm::StructType::get]. *)
593 See the method [llvm::StructType::get]. *)
598 See the moethd [llvm::StructType::setBody]. *)
602 [sty]. See the method [llvm::StructType::getElementType]. *)
606 [false] otherwise. See the method [llvm::StructType::isPacked]. *)
610 [false] otherwise. See the method [llvm::StructType::isOpaque]. *)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 330 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
    [all...]

Completed in 1451 milliseconds

1 2 3 4 56 7 8