Home
last modified time | relevance | path

Searched refs:RetVT (Results 1 – 25 of 49) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenFastISel.inc97 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/lib/Target/X86/
DX86GenFastISel.inc26 unsigned FastEmit_ISD_ANY_EXTEND_MVT_i8_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
27 switch (RetVT.SimpleTy) {
34 unsigned FastEmit_ISD_ANY_EXTEND_MVT_i16_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
35 if (RetVT.SimpleTy != MVT::i64)
40 unsigned FastEmit_ISD_ANY_EXTEND_r(MVT VT, MVT RetVT, unsigned Op0, bool Op0IsKill) {
42 case MVT::i8: return FastEmit_ISD_ANY_EXTEND_MVT_i8_r(RetVT, Op0, Op0IsKill);
43 case MVT::i16: return FastEmit_ISD_ANY_EXTEND_MVT_i16_r(RetVT, Op0, Op0IsKill);
50 unsigned FastEmit_ISD_BITCAST_MVT_i32_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
51 if (RetVT.SimpleTy != MVT::f32)
80 unsigned FastEmit_ISD_BITCAST_MVT_i64_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
[all …]
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenFastISel.inc75 unsigned fastEmit_ARMISD_CALL_MVT_i32_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
76 if (RetVT.SimpleTy != MVT::isVoid)
84 unsigned fastEmit_ARMISD_CALL_r(MVT VT, MVT RetVT, unsigned Op0, bool Op0IsKill) {
86 case MVT::i32: return fastEmit_ARMISD_CALL_MVT_i32_r(RetVT, Op0, Op0IsKill);
93 unsigned fastEmit_ARMISD_CALL_NOLINK_MVT_i32_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
94 if (RetVT.SimpleTy != MVT::isVoid)
108 unsigned fastEmit_ARMISD_CALL_NOLINK_r(MVT VT, MVT RetVT, unsigned Op0, bool Op0IsKill) {
110 case MVT::i32: return fastEmit_ARMISD_CALL_NOLINK_MVT_i32_r(RetVT, Op0, Op0IsKill);
117 unsigned fastEmit_ARMISD_CALL_PRED_MVT_i32_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
118 if (RetVT.SimpleTy != MVT::isVoid)
[all …]
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc42 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/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenFastISel.inc67 unsigned fastEmit_ISD_BITCAST_MVT_i32_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
68 if (RetVT.SimpleTy != MVT::f32)
82 unsigned fastEmit_ISD_BITCAST_MVT_i64_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
83 if (RetVT.SimpleTy != MVT::f64)
91 unsigned fastEmit_ISD_BITCAST_MVT_f32_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
92 if (RetVT.SimpleTy != MVT::i32)
106 unsigned fastEmit_ISD_BITCAST_MVT_f64_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
107 if (RetVT.SimpleTy != MVT::i64)
115 unsigned fastEmit_ISD_BITCAST_r(MVT VT, MVT RetVT, unsigned Op0, bool Op0IsKill) {
117 case MVT::i32: return fastEmit_ISD_BITCAST_MVT_i32_r(RetVT, Op0, Op0IsKill);
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp179 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { in getFPEXT() argument
181 if (RetVT == MVT::f32) in getFPEXT()
184 if (RetVT == MVT::f64) in getFPEXT()
186 if (RetVT == MVT::f128) in getFPEXT()
188 if (RetVT == MVT::ppcf128) in getFPEXT()
191 if (RetVT == MVT::f128) in getFPEXT()
193 else if (RetVT == MVT::ppcf128) in getFPEXT()
196 if (RetVT == MVT::f128) in getFPEXT()
205 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { in getFPROUND() argument
206 if (RetVT == MVT::f16) { in getFPROUND()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp197 bool optimizeIntExtLoad(const Instruction *I, MVT RetVT, MVT SrcVT);
202 unsigned emitAddSub(bool UseAdd, MVT RetVT, const Value *LHS,
205 unsigned emitAddSub_rr(bool UseAdd, MVT RetVT, unsigned LHSReg,
208 unsigned emitAddSub_ri(bool UseAdd, MVT RetVT, unsigned LHSReg,
211 unsigned emitAddSub_rs(bool UseAdd, MVT RetVT, unsigned LHSReg,
216 unsigned emitAddSub_rx(bool UseAdd, MVT RetVT, unsigned LHSReg,
225 bool emitICmp(MVT RetVT, const Value *LHS, const Value *RHS, bool IsZExt);
226 bool emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm);
227 bool emitFCmp(MVT RetVT, const Value *LHS, const Value *RHS);
236 unsigned emitAdd(MVT RetVT, const Value *LHS, const Value *RHS,
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp153 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/lib/CodeGen/
DTargetLoweringBase.cpp501 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h38 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);
DFastISel.h355 virtual unsigned fastEmit_(MVT VT, MVT RetVT, unsigned Opcode);
359 virtual unsigned fastEmit_r(MVT VT, MVT RetVT, unsigned Opcode, unsigned Op0,
364 virtual unsigned fastEmit_rr(MVT VT, MVT RetVT, unsigned Opcode, unsigned Op0,
370 virtual unsigned fastEmit_ri(MVT VT, MVT RetVT, unsigned Opcode, unsigned Op0,
383 virtual unsigned fastEmit_i(MVT VT, MVT RetVT, unsigned Opcode, uint64_t Imm);
388 virtual unsigned fastEmit_f(MVT VT, MVT RetVT, unsigned Opcode,
447 unsigned fastEmitInst_extractsubreg(MVT RetVT, unsigned Op0, bool Op0IsKill,
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFastISel.h158 MVT RetVT,
166 MVT RetVT,
175 MVT RetVT,
185 MVT RetVT,
195 MVT RetVT,
205 MVT RetVT,
224 MVT RetVT,
232 MVT RetVT,
312 unsigned FastEmitInst_extractsubreg(MVT RetVT,
DRuntimeLibcalls.h306 Libcall getFPEXT(EVT OpVT, EVT RetVT);
310 Libcall getFPROUND(EVT OpVT, EVT RetVT);
314 Libcall getFPTOSINT(EVT OpVT, EVT RetVT);
318 Libcall getFPTOUINT(EVT OpVT, EVT RetVT);
322 Libcall getSINTTOFP(EVT OpVT, EVT RetVT);
326 Libcall getUINTTOFP(EVT OpVT, EVT RetVT);
/external/llvm/include/llvm/CodeGen/
DFastISel.h341 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,
DRuntimeLibcalls.h481 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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp338 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { in getFPEXT() argument
340 if (RetVT == MVT::f64) in getFPEXT()
349 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { in getFPROUND() argument
350 if (RetVT == MVT::f32) { in getFPROUND()
357 } else if (RetVT == MVT::f64) { in getFPROUND()
369 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) { in getFPTOSINT() argument
371 if (RetVT == MVT::i8) in getFPTOSINT()
373 if (RetVT == MVT::i16) in getFPTOSINT()
375 if (RetVT == MVT::i32) in getFPTOSINT()
377 if (RetVT == MVT::i64) in getFPTOSINT()
[all …]
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp512 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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFastISelEmitter.cpp522 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
725 << "_" << getLegalCName(getName(RetVT)) << "_"; in printFunctionDefinitions()
731 emitInstructionCode(OS, Operands, PM, getName(RetVT)); in printFunctionDefinitions()
746 MVT::SimpleValueType RetVT = RI->first; in printFunctionDefinitions() local
[all …]
/external/swiftshader/third_party/LLVM/utils/TableGen/
DFastISelEmitter.cpp488 MVT::SimpleValueType RetVT = MVT::isVoid; in collectPatterns() local
489 if (InstPatNode->getNumTypes()) RetVT = InstPatNode->getType(0); in collectPatterns()
490 MVT::SimpleValueType VT = RetVT; in collectPatterns()
547 if (SimplePatterns[Operands][OpcodeName][VT][RetVT].count(PredicateCheck)) in collectPatterns()
551 SimplePatterns[Operands][OpcodeName][VT][RetVT][PredicateCheck] = Memo; in collectPatterns()
601 MVT::SimpleValueType RetVT = RI->first; in printFunctionDefinitions() local
608 << "_" << getLegalCName(getName(RetVT)) << "_"; in printFunctionDefinitions()
649 OS << "extractsubreg(" << getName(RetVT); in printFunctionDefinitions()
676 MVT::SimpleValueType RetVT = RI->first; in printFunctionDefinitions() local
677 OS << " case " << getName(RetVT) << ": return FastEmit_" in printFunctionDefinitions()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp188 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp189 bool finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes);
1480 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall() argument
1491 if (RetVT != MVT::isVoid) { in finishCall()
1494 CCInfo.AnalyzeCallResult(RetVT, RetCC_PPC64_ELF_FIS); in finishCall()
1504 if (RetVT == MVT::i8 || RetVT == MVT::i16 || RetVT == MVT::i32) in finishCall()
1510 if (RetVT == CopyVT) { in finishCall()
1520 ResultReg = createResultReg(TLI.getRegClassFor(RetVT)); in finishCall()
1528 } else if (RetVT == MVT::i8 || RetVT == MVT::i16 || RetVT == MVT::i32) { in finishCall()
1567 MVT RetVT; in fastLowerCall() local
1569 RetVT = MVT::isVoid; in fastLowerCall()
[all …]
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp200 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFastISel.cpp231 bool FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs,
2043 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs, in FinishCall() argument
2053 if (RetVT != MVT::isVoid) { in FinishCall()
2056 CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, isVarArg)); in FinishCall()
2059 if (RVLocs.size() == 2 && RetVT == MVT::f64) { in FinishCall()
2080 if (RetVT == MVT::i1 || RetVT == MVT::i8 || RetVT == MVT::i16) in FinishCall()
2218 MVT RetVT; in ARMEmitLibcall() local
2220 RetVT = MVT::isVoid; in ARMEmitLibcall()
2221 else if (!isTypeLegal(RetTy, RetVT)) in ARMEmitLibcall()
2225 if (RetVT != MVT::isVoid && RetVT != MVT::i32) { in ARMEmitLibcall()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFastISel.cpp143 virtual unsigned FastEmitInst_extractsubreg(MVT RetVT,
199 bool FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs,
461 unsigned ARMFastISel::FastEmitInst_extractsubreg(MVT RetVT, in FastEmitInst_extractsubreg() argument
464 unsigned ResultReg = createResultReg(TLI.getRegClassFor(RetVT)); in FastEmitInst_extractsubreg()
1668 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs, in FinishCall() argument
1678 if (RetVT != MVT::isVoid) { in FinishCall()
1681 CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true)); in FinishCall()
1684 if (RVLocs.size() == 2 && RetVT == MVT::f64) { in FinishCall()
1804 MVT RetVT; in ARMEmitLibcall() local
1806 RetVT = MVT::isVoid; in ARMEmitLibcall()
[all …]
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp153 unsigned emitLogicalOp(unsigned ISDOpc, MVT RetVT, const Value *LHS,
197 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes);
246 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT, in emitLogicalOp() argument
1220 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() argument
1224 if (RetVT != MVT::isVoid) { in finishCall()
1227 CCInfo.AnalyzeCallResult(RetVT, RetCC_Mips); in finishCall()
1235 if (RetVT == MVT::i1 || RetVT == MVT::i8 || RetVT == MVT::i16) in finishCall()
1275 MVT RetVT; in fastLowerCall() local
1277 RetVT = MVT::isVoid; in fastLowerCall()
1278 else if (!isTypeSupported(CLI.RetTy, RetVT)) in fastLowerCall()
[all …]

12