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

  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 140 unsigned emitLogicalOp(unsigned ISDOpc, MVT RetVT, const Value *LHS,
184 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes);
232 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 187 bool finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 84 /// result of type RetVT.
87 RTLIB::Libcall LC, EVT RetVT,
111 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext());
113 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, isSigned);
210 EVT RetVT = getCmpLibcallReturnType();
212 NewLHS = makeLibCall(DAG, LC1, RetVT, Ops, false /*sign irrelevant*/,
214 NewRHS = DAG.getConstant(0, dl, RetVT);
223 getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), RetVT),
225 NewLHS = makeLibCall(DAG, LC2, RetVT, Ops, false/*sign irrelevant*/,
229 getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), RetVT),
    [all...]
LegalizeVectorTypes.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 154 bool optimizeIntExtLoad(const Instruction *I, MVT RetVT, MVT SrcVT);
159 unsigned emitAddSub(bool UseAdd, MVT RetVT, const Value *LHS,
162 unsigned emitAddSub_rr(bool UseAdd, MVT RetVT, unsigned LHSReg,
165 unsigned emitAddSub_ri(bool UseAdd, MVT RetVT, unsigned LHSReg,
168 unsigned emitAddSub_rs(bool UseAdd, MVT RetVT, unsigned LHSReg,
173 unsigned emitAddSub_rx(bool UseAdd, MVT RetVT, unsigned LHSReg,
182 bool emitICmp(MVT RetVT, const Value *LHS, const Value *RHS, bool IsZExt);
183 bool emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm);
184 bool emitFCmp(MVT RetVT, const Value *LHS, const Value *RHS);
191 unsigned emitAdd(MVT RetVT, const Value *LHS, const Value *RHS
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 206 bool FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs,
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 118 bool X86FastEmitCMoveSelect(MVT RetVT, const Instruction *I);
120 bool X86FastEmitSSESelect(MVT RetVT, const Instruction *I);
122 bool X86FastEmitPseudoSelect(MVT RetVT, const Instruction *I);
275 MVT RetVT;
279 if (!isTypeLegal(RetTy, RetVT))
282 if (RetVT != MVT::i32 && RetVT != MVT::i64)
    [all...]

Completed in 318 milliseconds