HomeSort by relevance Sort by last modified time
    Searched defs:RetVT (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 84 /// result of type RetVT.
87 RTLIB::Libcall LC, EVT RetVT,
105 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext());
199 EVT RetVT = getCmpLibcallReturnType();
201 NewLHS = makeLibCall(DAG, LC1, RetVT, Ops, 2, false/*sign irrelevant*/,
203 NewRHS = DAG.getConstant(0, RetVT);
207 getSetCCResultType(*DAG.getContext(), RetVT),
209 NewLHS = makeLibCall(DAG, LC2, RetVT, Ops, 2, false/*sign irrelevant*/,
212 getSetCCResultType(*DAG.getContext(), RetVT), NewLHS,
    [all...]
LegalizeVectorTypes.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 175 void finishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 208 bool FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs,
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 114 bool X86FastEmitCMoveSelect(MVT RetVT, const Instruction *I);
116 bool X86FastEmitSSESelect(MVT RetVT, const Instruction *I);
118 bool X86FastEmitPseudoSelect(MVT RetVT, const Instruction *I);
292 MVT RetVT;
296 if (!isTypeLegal(RetTy, RetVT))
299 if (RetVT != MVT::i32 && RetVT != MVT::i64)
    [all...]

Completed in 88 milliseconds