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

  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/clang/utils/ABITest/
TypeGen.py 402 retTy = self.typeGen.get(retIndex)
404 retTy = None
407 return FunctionType(N, retTy, args)
  /frameworks/compile/libbcc/lib/Renderscript/
RSScriptGroupFusion.cpp 169 llvm::Type* retTy = lastF->getReturnType();
171 return llvm::FunctionType::get(retTy, ArgTys, false);
  /external/valgrind/VEX/priv/
host_arm64_isel.c 480 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 == Ity_V256) ? 1 : 0)
3704 IRType retty = Ity_INVALID; 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 398 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) {
3810 IRType retty = Ity_INVALID; local
    [all...]
host_amd64_isel.c 432 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) {
4588 IRType retty = Ity_INVALID; local
    [all...]
host_ppc_isel.c 721 IRCallee* cee, IRType retTy, IRExpr** args,
836 if (retTy == Ity_V128 || retTy == Ity_V256)
5829 IRType retty = Ity_INVALID; local
    [all...]
host_s390_isel.c 514 IRCallee *callee, IRType retTy, IRExpr **args)
620 switch (retTy) {
632 ppIRType(retTy);
3806 IRType retty; local
    [all...]
host_arm_isel.c 384 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) {
5969 IRType retty = Ity_INVALID; local
    [all...]
host_tilegx_isel.c 215 IRExpr ** args, IRType retTy )
1086 vassert(ty == e->Iex.CCall.retty);
1090 e->Iex.CCall.retty);
1484 IRType retty; local
    [all...]

Completed in 6094 milliseconds