/external/llvm/lib/CodeGen/ |
TargetLoweringBase.cpp | 371 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { 373 if (RetVT == MVT::f64) 375 if (RetVT == MVT::f128) 378 if (RetVT == MVT::f128) 387 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { 388 if (RetVT == MVT::f32) { 397 } else if (RetVT == MVT::f64) { 411 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) { 413 if (RetVT == MVT::i8) 415 if (RetVT == MVT::i16 [all...] |
/external/llvm/include/llvm/CodeGen/ |
FastISel.h | 183 MVT RetVT, 189 MVT RetVT, 196 MVT RetVT, 205 MVT RetVT, 214 MVT RetVT, 223 MVT RetVT, 242 MVT RetVT, 250 MVT RetVT, 329 unsigned FastEmitInst_extractsubreg(MVT RetVT,
|
RuntimeLibcalls.h | 357 Libcall getFPEXT(EVT OpVT, EVT RetVT); 361 Libcall getFPROUND(EVT OpVT, EVT RetVT); 365 Libcall getFPTOSINT(EVT OpVT, EVT RetVT); 369 Libcall getFPTOUINT(EVT OpVT, EVT RetVT); 373 Libcall getSINTTOFP(EVT OpVT, EVT RetVT); 377 Libcall getUINTTOFP(EVT OpVT, EVT RetVT);
|
/external/llvm/utils/TableGen/ |
FastISelEmitter.cpp | 495 MVT::SimpleValueType RetVT = MVT::isVoid; 496 if (InstPatNode->getNumTypes()) RetVT = InstPatNode->getType(0); 497 MVT::SimpleValueType VT = RetVT; 555 if (SimplePatterns[Operands][OpcodeName][VT][RetVT].count(PredicateCheck)) 559 SimplePatterns[Operands][OpcodeName][VT][RetVT][PredicateCheck] = Memo; 609 MVT::SimpleValueType RetVT = RI->first; 616 << "_" << getLegalCName(getName(RetVT)) << "_"; 657 OS << "extractsubreg(" << getName(RetVT); 677 OS << "(MVT RetVT"; 681 OS << ") {\nswitch (RetVT.SimpleTy) {\n" [all...] |
/external/llvm/lib/Target/ARM/ |
ARMFastISel.cpp | 139 unsigned FastEmitInst_extractsubreg(MVT RetVT, 216 bool FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs, 477 unsigned ARMFastISel::FastEmitInst_extractsubreg(MVT RetVT, 480 unsigned ResultReg = createResultReg(TLI.getRegClassFor(RetVT)); [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
TargetLowering.cpp | 69 /// result of type RetVT. 71 RTLIB::Libcall LC, EVT RetVT, 87 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); 184 EVT RetVT = getCmpLibcallReturnType(); 186 NewLHS = makeLibCall(DAG, LC1, RetVT, Ops, 2, false/*sign irrelevant*/, dl); 187 NewRHS = DAG.getConstant(0, RetVT); 191 getSetCCResultType(*DAG.getContext(), RetVT), 193 NewLHS = makeLibCall(DAG, LC2, RetVT, Ops, 2, false/*sign irrelevant*/, dl); 195 getSetCCResultType(*DAG.getContext(), RetVT), NewLHS, [all...] |
LegalizeDAG.cpp | 102 SDValue ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops, [all...] |
LegalizeVectorTypes.cpp | [all...] |
FastISel.cpp | [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | [all...] |