HomeSort by relevance Sort by last modified time
    Searched refs:retTy (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 493 NVPTXTargetLowering::getPrototype(Type *retTy, const ArgListTy &Args,
506 if (retTy->getTypeID() == Type::VoidTyID) {
510 if (retTy->isFloatingPointTy() || retTy->isIntegerTy()) {
512 if (const IntegerType *ITy = dyn_cast<IntegerType>(retTy)) {
517 assert(retTy->isFloatingPointTy() &&
519 size = retTy->getPrimitiveSizeInBits();
523 } else if (isa<PointerType>(retTy)) {
526 if((retTy->getTypeID() == Type::StructTyID) ||
527 isa<VectorType>(retTy)) {
    [all...]
  /external/clang/utils/ABITest/
TypeGen.py 398 retTy = self.typeGen.get(retIndex)
400 retTy = None
403 return FunctionType(N, retTy, args)
  /external/valgrind/main/VEX/priv/
host_arm64_isel.c 511 IRCallee* cee, IRType retTy, IRExpr** args )
607 vassert(retTy == Ity_V128 || retTy == Ity_V256);
608 vassert(retTy != Ity_V256); // we don't handle that yet (if ever)
614 vassert(retTy != Ity_V128 && retTy != Ity_V256);
657 if (retTy == Ity_V128 || retTy == Ity_V256)
768 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0)
6661 IRType retty = Ity_INVALID; local
    [all...]
host_s390_isel.c 476 IRCallee *callee, IRType retTy, IRExpr **args)
547 vassert(retTy == Ity_V128 || retTy == Ity_V256);
548 vassert(retTy != Ity_V256); // we don't handle that yet (if ever)
555 vassert(retTy != Ity_V128 && retTy != Ity_V256);
608 switch (retTy) {
3765 IRType retty; local
    [all...]
host_x86_isel.c 432 IRCallee* cee, IRType retTy, IRExpr** args )
525 vassert(retTy == Ity_V128 || retTy == Ity_V256);
526 vassert(retTy != Ity_V256); // we don't handle that yet (if ever)
532 vassert(retTy != Ity_V128 && retTy != Ity_V256);
658 switch (retTy) {
4089 IRType retty = Ity_INVALID; local
    [all...]
ir_defs.c     [all...]
host_mips_isel.c 397 IRCallee* cee, IRType retTy, IRExpr** args )
484 if (retTy == Ity_V128 || retTy == Ity_V256)
613 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
616 switch (retTy) {
3801 IRType retty = Ity_INVALID; local
    [all...]
host_amd64_isel.c 433 IRCallee* cee, IRType retTy, IRExpr** args )
537 if (retTy == Ity_V128 || retTy == Ity_V256)
600 if (retTy == Ity_V128) {
605 else if (retTy == Ity_V256) {
659 if (retTy == Ity_V128 || retTy == Ity_V256) {
669 switch (retTy) {
4515 IRType retty = Ity_INVALID; local
    [all...]
host_ppc_isel.c 688 IRCallee* cee, IRType retTy, IRExpr** args )
808 if (retTy == Ity_V128 || retTy == Ity_V256)
5595 IRType retty = Ity_INVALID; local
    [all...]
host_arm_isel.c 392 IRCallee* cee, IRType retTy, IRExpr** args )
516 if (retTy == Ity_V128 || retTy == Ity_V256)
660 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
663 switch (retTy) {
5953 IRType retty = Ity_INVALID; local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 379 milliseconds