Searched refs:RetVT (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A 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);
H A DFastISel.h164 MVT RetVT,
172 MVT RetVT,
181 MVT RetVT,
191 MVT RetVT,
201 MVT RetVT,
211 MVT RetVT,
230 MVT RetVT,
238 MVT RetVT,
327 unsigned FastEmitInst_extractsubreg(MVT RetVT,
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp310 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { argument
312 if (RetVT == MVT::f64)
321 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { argument
322 if (RetVT == MVT::f32) {
329 } else if (RetVT == MVT::f64) {
341 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) { argument
343 if (RetVT == MVT::i8)
345 if (RetVT == MVT::i16)
347 if (RetVT == MVT::i32)
349 if (RetVT
384 getFPTOUINT(EVT OpVT, EVT RetVT) argument
427 getSINTTOFP(EVT OpVT, EVT RetVT) argument
461 getUINTTOFP(EVT OpVT, EVT RetVT) argument
[all...]
H A DLegalizeFloatTypes.cpp680 EVT RetVT = TLI.getCmpLibcallReturnType(); local
682 NewLHS = MakeLibCall(LC1, RetVT, Ops, 2, false/*sign irrelevant*/, dl);
683 NewRHS = DAG.getConstant(0, RetVT);
686 SDValue Tmp = DAG.getNode(ISD::SETCC, dl, TLI.getSetCCResultType(RetVT),
688 NewLHS = MakeLibCall(LC2, RetVT, Ops, 2, false/*sign irrelevant*/, dl);
689 NewLHS = DAG.getNode(ISD::SETCC, dl, TLI.getSetCCResultType(RetVT), NewLHS,
H A DLegalizeTypes.cpp1066 /// returning a result of type RetVT.
1067 SDValue DAGTypeLegalizer::MakeLibCall(RTLIB::Libcall LC, EVT RetVT, argument
1084 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext());
H A DLegalizeDAG.cpp97 SDValue ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops,
1892 /// and returning a result of type RetVT.
1893 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT,
1910 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext());
2054 EVT RetVT = Node->getValueType(0);
2055 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext());
2069 SDValue FIPtr = DAG.CreateStackTemporary(RetVT);
2088 SDValue Rem = DAG.getLoad(RetVT, dl, CallInfo.second, FIPtr,
H A DLegalizeVectorTypes.cpp2285 EVT RetVT = WidenEltVT; local
2287 return RetVT;
2301 RetVT = MemVT;
2317 if (RetVT.getSizeInBits() < MemVTWidth || MemVT == WidenVT)
2322 return RetVT;
H A DFastISel.cpp1383 unsigned FastISel::FastEmitInst_extractsubreg(MVT RetVT, argument
1386 unsigned ResultReg = createResultReg(TLI.getRegClassFor(RetVT));
H A DLegalizeTypes.h162 SDValue MakeLibCall(RTLIB::Libcall LC, EVT RetVT,
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DFastISelEmitter.cpp493 MVT::SimpleValueType RetVT = MVT::isVoid;
494 if (InstPatNode->getNumTypes()) RetVT = InstPatNode->getType(0);
495 MVT::SimpleValueType VT = RetVT;
552 if (SimplePatterns[Operands][OpcodeName][VT][RetVT].count(PredicateCheck))
556 SimplePatterns[Operands][OpcodeName][VT][RetVT][PredicateCheck] = Memo;
606 MVT::SimpleValueType RetVT = RI->first;
613 << "_" << getLegalCName(getName(RetVT)) << "_";
654 OS << "extractsubreg(" << getName(RetVT);
674 OS << "(MVT RetVT";
678 OS << ") {\nswitch (RetVT
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMFastISel.cpp138 unsigned FastEmitInst_extractsubreg(MVT RetVT,
213 bool FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs,
474 unsigned ARMFastISel::FastEmitInst_extractsubreg(MVT RetVT, argument
477 unsigned ResultReg = createResultReg(TLI.getRegClassFor(RetVT));
2032 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs, argument
2042 if (RetVT != MVT::isVoid) {
2045 CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, isVarArg));
2048 if (RVLocs.size() == 2 && RetVT == MVT::f64) {
2069 if (RetVT == MVT::i1 || RetVT
2186 MVT RetVT; local
2292 MVT RetVT; local
[all...]

Completed in 271 milliseconds