Searched defs:retTy (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_arm64_isel.c480 IRCallee* cee, IRType retTy, IRExpr** args )
576 vassert(retTy == Ity_V128 || retTy == Ity_V256);
577 vassert(retTy != Ity_V256); // we don't handle that yet (if ever)
583 vassert(retTy != Ity_V128 && retTy != Ity_V256);
626 if (retTy == Ity_V128 || retTy == Ity_V256)
737 vassert(nVECRETs == (retTy == Ity_V128 || retTy
476 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args ) argument
[all...]
H A Dhost_arm_isel.c384 IRCallee* cee, IRType retTy, IRExpr** args )
508 if (retTy == Ity_V128 || retTy == Ity_V256)
652 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
655 switch (retTy) {
380 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args ) argument
H A Dhost_mips_isel.c398 IRCallee* cee, IRType retTy, IRExpr** args )
485 if (retTy == Ity_V128 || retTy == Ity_V256)
614 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
617 switch (retTy) {
394 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args ) argument
H A Dhost_s390_isel.c514 IRCallee *callee, IRType retTy, IRExpr **args)
620 switch (retTy) {
632 ppIRType(retTy);
511 doHelperCall( UInt *stackAdjustAfterCall, RetLoc *retloc, ISelEnv *env, IRExpr *guard, IRCallee *callee, IRType retTy, IRExpr **args) argument
H A Dir_defs.c4376 IRType retTy = Ity_INVALID; local
4378 retTy = typeOfIRTemp(tyenv, d->tmp);
4379 if (retTy == Ity_I1)
4400 if (retTy != Ity_V128 && retTy != Ity_V256)
4406 if (retTy == Ity_V128 || retTy == Ity_V256)
H A Dhost_amd64_isel.c432 IRCallee* cee, IRType retTy, IRExpr** args )
536 if (retTy == Ity_V128 || retTy == Ity_V256)
599 if (retTy == Ity_V128) {
604 else if (retTy == Ity_V256) {
658 if (retTy == Ity_V128 || retTy == Ity_V256) {
668 switch (retTy) {
428 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args ) argument
H A Dhost_x86_isel.c432 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) {
428 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args ) argument
H A Dhost_ppc_isel.c721 IRCallee* cee, IRType retTy, IRExpr** args,
836 if (retTy == Ity_V128 || retTy == Ity_V256)
937 if (retTy == Ity_V128) {
943 else if (retTy == Ity_V256) {
1020 if (retTy == Ity_V128 || retTy == Ity_V256) {
1030 switch (retTy) {
717 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args, IREndness IEndianess) argument
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp877 NVPTXTargetLowering::getPrototype(Type *retTy, const ArgListTy &Args, argument
890 if (retTy->getTypeID() == Type::VoidTyID) {
894 if (retTy->isFloatingPointTy() || retTy->isIntegerTy()) {
896 if (const IntegerType *ITy = dyn_cast<IntegerType>(retTy)) {
901 assert(retTy->isFloatingPointTy() &&
903 size = retTy->getPrimitiveSizeInBits();
907 } else if (isa<PointerType>(retTy)) {
909 } else if ((retTy->getTypeID() == Type::StructTyID) ||
910 isa<VectorType>(retTy)) {
1044 Type *retTy = CLI.RetTy; local
[all...]

Completed in 313 milliseconds