HomeSort by relevance Sort by last modified time
    Searched refs:isStructTy (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSUtils.h 83 if (T->isStructTy()) {
  /frameworks/compile/libbcc/lib/Renderscript/
RSInvokeHelperPass.cpp 177 if (!argType->isPointerTy() || !argType->getPointerElementType()->isStructTy())
184 if (currentType->isStructTy() && currentType->getStructName().startswith("struct.rs_")) {
204 if (T->isPointerTy() && T->getPointerElementType()->isStructTy()) {
RSX86CallConvPass.cpp 70 if (!ArgTy->isPointerTy() || !ArgTy->getPointerElementType()->isStructTy())
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 290 assert(!V->getType()->isStructTy() && "Should use other method");
319 assert(!V->getType()->isStructTy() && "Should use other method");
324 assert(!V->getType()->isStructTy() && "Should use other method");
362 assert(!V->getType()->isStructTy() && "Should use other method");
371 assert(!V->getType()->isStructTy() && "Should use getStructValueState");
394 assert(V->getType()->isStructTy() && "Should use getValueState");
665 if (PN.getType()->isStructTy())
724 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) {
769 if (EVI.getType()->isStructTy())
777 if (AggVal->getType()->isStructTy()) {
    [all...]
GVN.cpp 856 if (LoadTy->isStructTy() || LoadTy->isArrayTy() ||
857 StoredVal->getType()->isStructTy() ||
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsCCState.cpp 45 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 &&
Mips16ISelLowering.cpp 392 else if (RetTy->isStructTy()) {
  /external/llvm/lib/IR/
InlineAsm.cpp 284 if (Ty->getReturnType()->isStructTy()) return false;
Value.cpp 55 assert((VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) &&
ConstantFold.cpp 660 if (Ty->isStructTy() || Ty->isArrayTy()) {
    [all...]
Constants.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/include/llvm/IR/
Type.h 200 /// isStructTy - True if this is an instance of StructType.
202 bool isStructTy() const { return getTypeID() == StructTyID; }
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 224 if (CstTy->isStructTy()) {
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp     [all...]
MergeFunctions.cpp     [all...]
ArgumentPromotion.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 185 if (!Ty->isStructTy()) {
232 if (GN.PTy->isStructTy()) {
    [all...]
  /frameworks/compile/slang/
slang_backend.cpp 630 if (AI->getType()->isPointerTy() && AI->getType()->getPointerElementType()->isStructTy()) {
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 1339 milliseconds

1 2