/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenFastISel.inc | 97 unsigned fastEmit_AArch64ISD_THREAD_POINTER_MVT_i64_(MVT RetVT) { 98 if (RetVT.SimpleTy != MVT::i64) 103 unsigned fastEmit_AArch64ISD_THREAD_POINTER_(MVT VT, MVT RetVT) { 105 case MVT::i64: return fastEmit_AArch64ISD_THREAD_POINTER_MVT_i64_(RetVT); 112 unsigned fastEmit_(MVT VT, MVT RetVT, unsigned Opcode) override { 114 case AArch64ISD::THREAD_POINTER: return fastEmit_AArch64ISD_THREAD_POINTER_(VT, RetVT); 121 unsigned fastEmit_AArch64ISD_CALL_MVT_i64_r(MVT RetVT, unsigned Op0, bool Op0IsKill) { 122 if (RetVT.SimpleTy != MVT::isVoid) 127 unsigned fastEmit_AArch64ISD_CALL_r(MVT VT, MVT RetVT, unsigned Op0, bool Op0IsKill) { 129 case MVT::i64: return fastEmit_AArch64ISD_CALL_MVT_i64_r(RetVT, Op0, Op0IsKill); [all …]
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenFastISel.inc | 32 unsigned fastEmit_ISD_READCYCLECOUNTER_MVT_i64_(MVT RetVT) { 33 if (RetVT.SimpleTy != MVT::i64) 38 unsigned fastEmit_ISD_READCYCLECOUNTER_(MVT VT, MVT RetVT) { 40 case MVT::i64: return fastEmit_ISD_READCYCLECOUNTER_MVT_i64_(RetVT); 47 unsigned fastEmit_PPCISD_MFFS_MVT_f64_(MVT RetVT) { 48 if (RetVT.SimpleTy != MVT::f64) 56 unsigned fastEmit_PPCISD_MFFS_(MVT VT, MVT RetVT) { 58 case MVT::f64: return fastEmit_PPCISD_MFFS_MVT_f64_(RetVT); 65 unsigned fastEmit_PPCISD_PPC32_GOT_MVT_i32_(MVT RetVT) { 66 if (RetVT.SimpleTy != MVT::i32) [all …]
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenFastISel.inc | 80 unsigned fastEmit_ARMISD_CALL_MVT_i32_r(MVT RetVT, unsigned Op0, bool Op0IsKill) { 81 if (RetVT.SimpleTy != MVT::isVoid) 89 unsigned fastEmit_ARMISD_CALL_r(MVT VT, MVT RetVT, unsigned Op0, bool Op0IsKill) { 91 case MVT::i32: return fastEmit_ARMISD_CALL_MVT_i32_r(RetVT, Op0, Op0IsKill); 98 unsigned fastEmit_ARMISD_CALL_NOLINK_MVT_i32_r(MVT RetVT, unsigned Op0, bool Op0IsKill) { 99 if (RetVT.SimpleTy != MVT::isVoid) 113 unsigned fastEmit_ARMISD_CALL_NOLINK_r(MVT VT, MVT RetVT, unsigned Op0, bool Op0IsKill) { 115 case MVT::i32: return fastEmit_ARMISD_CALL_NOLINK_MVT_i32_r(RetVT, Op0, Op0IsKill); 122 unsigned fastEmit_ARMISD_CALL_PRED_MVT_i32_r(MVT RetVT, unsigned Op0, bool Op0IsKill) { 123 if (RetVT.SimpleTy != MVT::isVoid) [all …]
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenFastISel.inc | 55 unsigned fastEmit_ISD_BITCAST_MVT_i32_r(MVT RetVT, unsigned Op0, bool Op0IsKill) { 56 if (RetVT.SimpleTy != MVT::f32) 70 unsigned fastEmit_ISD_BITCAST_MVT_i64_r(MVT RetVT, unsigned Op0, bool Op0IsKill) { 71 if (RetVT.SimpleTy != MVT::f64) 79 unsigned fastEmit_ISD_BITCAST_MVT_f32_r(MVT RetVT, unsigned Op0, bool Op0IsKill) { 80 if (RetVT.SimpleTy != MVT::i32) 94 unsigned fastEmit_ISD_BITCAST_MVT_f64_r(MVT RetVT, unsigned Op0, bool Op0IsKill) { 95 if (RetVT.SimpleTy != MVT::i64) 103 unsigned fastEmit_ISD_BITCAST_r(MVT VT, MVT RetVT, unsigned Op0, bool Op0IsKill) { 105 case MVT::i32: return fastEmit_ISD_BITCAST_MVT_i32_r(RetVT, Op0, Op0IsKill); [all …]
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenFastISel.inc | 42 unsigned fastEmit_ISD_ABS_MVT_v16i8_r(MVT RetVT, unsigned Op0, bool Op0IsKill) { 43 if (RetVT.SimpleTy != MVT::v16i8) 57 unsigned fastEmit_ISD_ABS_MVT_v32i8_r(MVT RetVT, unsigned Op0, bool Op0IsKill) { 58 if (RetVT.SimpleTy != MVT::v32i8) 69 unsigned fastEmit_ISD_ABS_MVT_v64i8_r(MVT RetVT, unsigned Op0, bool Op0IsKill) { 70 if (RetVT.SimpleTy != MVT::v64i8) 78 unsigned fastEmit_ISD_ABS_MVT_v8i16_r(MVT RetVT, unsigned Op0, bool Op0IsKill) { 79 if (RetVT.SimpleTy != MVT::v8i16) 93 unsigned fastEmit_ISD_ABS_MVT_v16i16_r(MVT RetVT, unsigned Op0, bool Op0IsKill) { 94 if (RetVT.SimpleTy != MVT::v16i16) [all …]
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 223 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { in getFPEXT() argument 225 if (RetVT == MVT::f32) in getFPEXT() 227 if (RetVT == MVT::f64) in getFPEXT() 229 if (RetVT == MVT::f128) in getFPEXT() 232 if (RetVT == MVT::f64) in getFPEXT() 234 if (RetVT == MVT::f128) in getFPEXT() 236 if (RetVT == MVT::ppcf128) in getFPEXT() 239 if (RetVT == MVT::f128) in getFPEXT() 241 else if (RetVT == MVT::ppcf128) in getFPEXT() 244 if (RetVT == MVT::f128) in getFPEXT() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | RuntimeLibcalls.h | 37 Libcall getFPEXT(EVT OpVT, EVT RetVT); 41 Libcall getFPROUND(EVT OpVT, EVT RetVT); 45 Libcall getFPTOSINT(EVT OpVT, EVT RetVT); 49 Libcall getFPTOUINT(EVT OpVT, EVT RetVT); 53 Libcall getSINTTOFP(EVT OpVT, EVT RetVT); 57 Libcall getUINTTOFP(EVT OpVT, EVT RetVT);
|
D | FastISel.h | 354 virtual unsigned fastEmit_(MVT VT, MVT RetVT, unsigned Opcode); 358 virtual unsigned fastEmit_r(MVT VT, MVT RetVT, unsigned Opcode, unsigned Op0, 363 virtual unsigned fastEmit_rr(MVT VT, MVT RetVT, unsigned Opcode, unsigned Op0, 369 virtual unsigned fastEmit_ri(MVT VT, MVT RetVT, unsigned Opcode, unsigned Op0, 382 virtual unsigned fastEmit_i(MVT VT, MVT RetVT, unsigned Opcode, uint64_t Imm); 387 virtual unsigned fastEmit_f(MVT VT, MVT RetVT, unsigned Opcode, 446 unsigned fastEmitInst_extractsubreg(MVT RetVT, unsigned Op0, bool Op0IsKill,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 220 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { in getFPEXT() argument 222 if (RetVT == MVT::f32) in getFPEXT() 225 if (RetVT == MVT::f64) in getFPEXT() 227 if (RetVT == MVT::f128) in getFPEXT() 229 if (RetVT == MVT::ppcf128) in getFPEXT() 232 if (RetVT == MVT::f128) in getFPEXT() 234 else if (RetVT == MVT::ppcf128) in getFPEXT() 237 if (RetVT == MVT::f128) in getFPEXT() 246 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { in getFPROUND() argument 247 if (RetVT == MVT::f16) { in getFPROUND() [all …]
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RuntimeLibcalls.h | 38 Libcall getFPEXT(EVT OpVT, EVT RetVT); 42 Libcall getFPROUND(EVT OpVT, EVT RetVT); 46 Libcall getFPTOSINT(EVT OpVT, EVT RetVT); 50 Libcall getFPTOUINT(EVT OpVT, EVT RetVT); 54 Libcall getSINTTOFP(EVT OpVT, EVT RetVT); 58 Libcall getUINTTOFP(EVT OpVT, EVT RetVT);
|
D | FastISel.h | 353 virtual unsigned fastEmit_(MVT VT, MVT RetVT, unsigned Opcode); 357 virtual unsigned fastEmit_r(MVT VT, MVT RetVT, unsigned Opcode, unsigned Op0, 362 virtual unsigned fastEmit_rr(MVT VT, MVT RetVT, unsigned Opcode, unsigned Op0, 368 virtual unsigned fastEmit_ri(MVT VT, MVT RetVT, unsigned Opcode, unsigned Op0, 381 virtual unsigned fastEmit_i(MVT VT, MVT RetVT, unsigned Opcode, uint64_t Imm); 386 virtual unsigned fastEmit_f(MVT VT, MVT RetVT, unsigned Opcode, 445 Register fastEmitInst_extractsubreg(MVT RetVT, unsigned Op0, bool Op0IsKill,
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 153 bool optimizeIntExtLoad(const Instruction *I, MVT RetVT, MVT SrcVT); 158 unsigned emitAddSub(bool UseAdd, MVT RetVT, const Value *LHS, 161 unsigned emitAddSub_rr(bool UseAdd, MVT RetVT, unsigned LHSReg, 164 unsigned emitAddSub_ri(bool UseAdd, MVT RetVT, unsigned LHSReg, 167 unsigned emitAddSub_rs(bool UseAdd, MVT RetVT, unsigned LHSReg, 172 unsigned emitAddSub_rx(bool UseAdd, MVT RetVT, unsigned LHSReg, 181 bool emitICmp(MVT RetVT, const Value *LHS, const Value *RHS, bool IsZExt); 182 bool emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm); 183 bool emitFCmp(MVT RetVT, const Value *LHS, const Value *RHS); 190 unsigned emitAdd(MVT RetVT, const Value *LHS, const Value *RHS, [all …]
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 196 bool optimizeIntExtLoad(const Instruction *I, MVT RetVT, MVT SrcVT); 201 unsigned emitAddSub(bool UseAdd, MVT RetVT, const Value *LHS, 204 unsigned emitAddSub_rr(bool UseAdd, MVT RetVT, unsigned LHSReg, 207 unsigned emitAddSub_ri(bool UseAdd, MVT RetVT, unsigned LHSReg, 210 unsigned emitAddSub_rs(bool UseAdd, MVT RetVT, unsigned LHSReg, 215 unsigned emitAddSub_rx(bool UseAdd, MVT RetVT, unsigned LHSReg, 224 bool emitICmp(MVT RetVT, const Value *LHS, const Value *RHS, bool IsZExt); 225 bool emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm); 226 bool emitFCmp(MVT RetVT, const Value *LHS, const Value *RHS); 235 unsigned emitAdd(MVT RetVT, const Value *LHS, const Value *RHS, [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 196 bool optimizeIntExtLoad(const Instruction *I, MVT RetVT, MVT SrcVT); 201 unsigned emitAddSub(bool UseAdd, MVT RetVT, const Value *LHS, 204 unsigned emitAddSub_rr(bool UseAdd, MVT RetVT, unsigned LHSReg, 207 unsigned emitAddSub_ri(bool UseAdd, MVT RetVT, unsigned LHSReg, 210 unsigned emitAddSub_rs(bool UseAdd, MVT RetVT, unsigned LHSReg, 215 unsigned emitAddSub_rx(bool UseAdd, MVT RetVT, unsigned LHSReg, 224 bool emitICmp(MVT RetVT, const Value *LHS, const Value *RHS, bool IsZExt); 225 bool emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm); 226 bool emitFCmp(MVT RetVT, const Value *LHS, const Value *RHS); 235 unsigned emitAdd(MVT RetVT, const Value *LHS, const Value *RHS, [all …]
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 501 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { in getFPEXT() argument 503 if (RetVT == MVT::f32) in getFPEXT() 506 if (RetVT == MVT::f64) in getFPEXT() 508 if (RetVT == MVT::f128) in getFPEXT() 510 if (RetVT == MVT::ppcf128) in getFPEXT() 513 if (RetVT == MVT::f128) in getFPEXT() 515 else if (RetVT == MVT::ppcf128) in getFPEXT() 524 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { in getFPROUND() argument 525 if (RetVT == MVT::f16) { in getFPROUND() 536 } else if (RetVT == MVT::f32) { in getFPROUND() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 341 virtual unsigned fastEmit_(MVT VT, MVT RetVT, unsigned Opcode); 345 virtual unsigned fastEmit_r(MVT VT, MVT RetVT, unsigned Opcode, unsigned Op0, 350 virtual unsigned fastEmit_rr(MVT VT, MVT RetVT, unsigned Opcode, unsigned Op0, 356 virtual unsigned fastEmit_ri(MVT VT, MVT RetVT, unsigned Opcode, unsigned Op0, 362 virtual unsigned fastEmit_rf(MVT VT, MVT RetVT, unsigned Opcode, unsigned Op0, 368 virtual unsigned fastEmit_rri(MVT VT, MVT RetVT, unsigned Opcode, 382 virtual unsigned fastEmit_i(MVT VT, MVT RetVT, unsigned Opcode, uint64_t Imm); 387 virtual unsigned fastEmit_f(MVT VT, MVT RetVT, unsigned Opcode, 446 unsigned fastEmitInst_extractsubreg(MVT RetVT, unsigned Op0, bool Op0IsKill,
|
D | RuntimeLibcalls.h | 481 Libcall getFPEXT(EVT OpVT, EVT RetVT); 485 Libcall getFPROUND(EVT OpVT, EVT RetVT); 489 Libcall getFPTOSINT(EVT OpVT, EVT RetVT); 493 Libcall getFPTOUINT(EVT OpVT, EVT RetVT); 497 Libcall getSINTTOFP(EVT OpVT, EVT RetVT); 501 Libcall getUINTTOFP(EVT OpVT, EVT RetVT);
|
/external/llvm/utils/TableGen/ |
D | FastISelEmitter.cpp | 512 MVT::SimpleValueType RetVT = MVT::isVoid; in collectPatterns() local 513 if (InstPatNode->getNumTypes()) RetVT = InstPatNode->getType(0); in collectPatterns() 514 MVT::SimpleValueType VT = RetVT; in collectPatterns() 587 [RetVT].count(PredicateCheck)) { in collectPatterns() 591 SimplePatternsCheck[Operands][OpcodeName][VT][RetVT].insert( in collectPatterns() 596 SimplePatterns[Operands][OpcodeName][VT][RetVT].insert( in collectPatterns() 713 MVT::SimpleValueType RetVT = RI->first; in printFunctionDefinitions() local 719 << "_" << getLegalCName(getName(RetVT)) << "_"; in printFunctionDefinitions() 725 emitInstructionCode(OS, Operands, PM, getName(RetVT)); in printFunctionDefinitions() 740 MVT::SimpleValueType RetVT = RI->first; in printFunctionDefinitions() local [all …]
|
/external/llvm-project/llvm/utils/TableGen/ |
D | FastISelEmitter.cpp | 522 MVT::SimpleValueType RetVT = MVT::isVoid; in collectPatterns() local 523 if (InstPatNode->getNumTypes()) RetVT = InstPatNode->getSimpleType(0); in collectPatterns() 524 MVT::SimpleValueType VT = RetVT; in collectPatterns() 596 [RetVT].count(PredicateCheck)) { in collectPatterns() 600 SimplePatternsCheck[Operands][OpcodeName][VT][RetVT].insert( in collectPatterns() 605 SimplePatterns[Operands][OpcodeName][VT][RetVT].emplace(complexity, in collectPatterns() 719 MVT::SimpleValueType RetVT = RI->first; in printFunctionDefinitions() local 724 << getLegalCName(std::string(getName(RetVT))) << "_"; in printFunctionDefinitions() 730 emitInstructionCode(OS, Operands, PM, std::string(getName(RetVT))); in printFunctionDefinitions() 744 MVT::SimpleValueType RetVT = RI->first; in printFunctionDefinitions() local [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 188 bool finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes); 1393 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall() argument 1404 if (RetVT != MVT::isVoid) { in finishCall() 1407 CCInfo.AnalyzeCallResult(RetVT, RetCC_PPC64_ELF_FIS); in finishCall() 1417 if (RetVT == MVT::i8 || RetVT == MVT::i16 || RetVT == MVT::i32) in finishCall() 1423 if (RetVT == CopyVT) { in finishCall() 1433 ResultReg = createResultReg(TLI.getRegClassFor(RetVT)); in finishCall() 1441 } else if (RetVT == MVT::i8 || RetVT == MVT::i16 || RetVT == MVT::i32) { in finishCall() 1480 MVT RetVT; in fastLowerCall() local 1482 RetVT = MVT::isVoid; in fastLowerCall() [all …]
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 197 bool finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes); 1493 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall() argument 1504 if (RetVT != MVT::isVoid) { in finishCall() 1507 CCInfo.AnalyzeCallResult(RetVT, RetCC_PPC64_ELF_FIS); in finishCall() 1517 if (RetVT == MVT::i8 || RetVT == MVT::i16 || RetVT == MVT::i32) in finishCall() 1523 if (RetVT == CopyVT) { in finishCall() 1529 ResultReg = createResultReg(TLI.getRegClassFor(RetVT)); in finishCall() 1537 } else if (RetVT == MVT::i8 || RetVT == MVT::i16 || RetVT == MVT::i32) { in finishCall() 1577 MVT RetVT; in fastLowerCall() local 1579 RetVT = MVT::isVoid; in fastLowerCall() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 196 bool finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes); 1490 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall() argument 1501 if (RetVT != MVT::isVoid) { in finishCall() 1504 CCInfo.AnalyzeCallResult(RetVT, RetCC_PPC64_ELF_FIS); in finishCall() 1514 if (RetVT == MVT::i8 || RetVT == MVT::i16 || RetVT == MVT::i32) in finishCall() 1520 if (RetVT == CopyVT) { in finishCall() 1526 ResultReg = createResultReg(TLI.getRegClassFor(RetVT)); in finishCall() 1534 } else if (RetVT == MVT::i8 || RetVT == MVT::i16 || RetVT == MVT::i32) { in finishCall() 1570 MVT RetVT; in fastLowerCall() local 1572 RetVT = MVT::isVoid; in fastLowerCall() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 230 bool FinishCall(MVT RetVT, SmallVectorImpl<Register> &UsedRegs, 2034 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<Register> &UsedRegs, in FinishCall() argument 2044 if (RetVT != MVT::isVoid) { in FinishCall() 2047 CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, isVarArg)); in FinishCall() 2050 if (RVLocs.size() == 2 && RetVT == MVT::f64) { in FinishCall() 2071 if (RetVT == MVT::i1 || RetVT == MVT::i8 || RetVT == MVT::i16) in FinishCall() 2209 MVT RetVT; in ARMEmitLibcall() local 2211 RetVT = MVT::isVoid; in ARMEmitLibcall() 2212 else if (!isTypeLegal(RetTy, RetVT)) in ARMEmitLibcall() 2216 if (RetVT != MVT::isVoid && RetVT != MVT::i32) { in ARMEmitLibcall() [all …]
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 229 bool FinishCall(MVT RetVT, SmallVectorImpl<Register> &UsedRegs, 2021 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<Register> &UsedRegs, in FinishCall() argument 2031 if (RetVT != MVT::isVoid) { in FinishCall() 2034 CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, isVarArg)); in FinishCall() 2037 if (RVLocs.size() == 2 && RetVT == MVT::f64) { in FinishCall() 2058 if (RetVT == MVT::i1 || RetVT == MVT::i8 || RetVT == MVT::i16) in FinishCall() 2206 MVT RetVT; in ARMEmitLibcall() local 2208 RetVT = MVT::isVoid; in ARMEmitLibcall() 2209 else if (!isTypeLegal(RetTy, RetVT)) in ARMEmitLibcall() 2213 if (RetVT != MVT::isVoid && RetVT != MVT::i32) { in ARMEmitLibcall() [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 200 bool FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs, 2016 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs, in FinishCall() argument 2026 if (RetVT != MVT::isVoid) { in FinishCall() 2029 CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, isVarArg)); in FinishCall() 2032 if (RVLocs.size() == 2 && RetVT == MVT::f64) { in FinishCall() 2053 if (RetVT == MVT::i1 || RetVT == MVT::i8 || RetVT == MVT::i16) in FinishCall() 2192 MVT RetVT; in ARMEmitLibcall() local 2194 RetVT = MVT::isVoid; in ARMEmitLibcall() 2195 else if (!isTypeLegal(RetTy, RetVT)) in ARMEmitLibcall() 2199 if (RetVT != MVT::isVoid && RetVT != MVT::i32) { in ARMEmitLibcall() [all …]
|