HomeSort by relevance Sort by last modified time
    Searched refs:OpVT (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 306 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/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 228 SDNode *SelectSHLi64(SDNode *N, EVT OpVT);
231 SDNode *SelectSRLi64(SDNode *N, EVT OpVT);
234 SDNode *SelectSRAi64(SDNode *N, EVT OpVT);
237 SDNode *SelectI64Constant(SDNode *N, EVT OpVT, DebugLoc dl);
240 SDNode *SelectI64Constant(uint64_t i64const, EVT OpVT, DebugLoc dl);
610 EVT OpVT = N->getValueType(0);
635 } else if (Opc == ISD::Constant && OpVT == MVT::i64) {
639 return SelectI64Constant(N, OpVT, N->getDebugLoc());
641 && OpVT == MVT::i64) {
647 OpVT, (128 / OpVT.getSizeInBits()))
    [all...]
SPUISelLowering.h 80 SDValue LowerV2I64Splat(EVT OpVT, SelectionDAG &DAG, uint64_t splat,
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 316 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) {
317 if (OpVT == MVT::f32) {
327 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) {
329 if (OpVT == MVT::f64)
331 if (OpVT == MVT::f80)
333 if (OpVT == MVT::ppcf128)
336 if (OpVT == MVT::f80)
338 if (OpVT == MVT::ppcf128)
347 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) {
348 if (OpVT == MVT::f32)
    [all...]
ScheduleDAGSDNodes.cpp 432 EVT OpVT = N->getOperand(i).getValueType();
433 assert(OpVT != MVT::Glue && "Glued nodes should be in same sunit!");
434 bool isChain = OpVT == MVT::Other;
LegalizeTypes.cpp 274 EVT OpVT = N->getOperand(i).getValueType();
275 switch (getTypeAction(OpVT)) {
    [all...]
LegalizeDAG.cpp 753 EVT OpVT = Node->getOperand(CompareOperand).getValueType();
756 Action = TLI.getCondCodeAction(CCCode, OpVT);
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 353 milliseconds