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

/external/llvm/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp236 SDNode *SelectI64Constant(SDNode *N, EVT OpVT, DebugLoc dl);
239 SDNode *SelectI64Constant(uint64_t i64const, EVT OpVT, DebugLoc dl);
638 return SelectI64Constant(N, OpVT, N->getDebugLoc());
809 signMask = SelectI64Constant(negConst.getNode(), MVT::i64, dl);
821 SDNode *signMask = SelectI64Constant(0x7fffffffffffffffULL, MVT::i64, dl);
1111 SDNode *SPUDAGToDAGISel::SelectI64Constant(SDNode *N, EVT OpVT, function in class:SPUDAGToDAGISel
1114 return SelectI64Constant(CN->getZExtValue(), OpVT, dl);
1117 SDNode *SPUDAGToDAGISel::SelectI64Constant(uint64_t Value64, EVT OpVT, function in class:SPUDAGToDAGISel
1182 report_fatal_error("SPUDAGToDAGISel::SelectI64Constant: Unhandled i64vec"

Completed in 1541 milliseconds