Searched refs:SelectInt64 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 699 static SDNode *SelectInt64(SelectionDAG *CurDAG, SDLoc dl, int64_t Imm) { in SelectInt64() function 756 static SDNode *SelectInt64(SelectionDAG *CurDAG, SDNode *N) { in SelectInt64() function 761 return SelectInt64(CurDAG, dl, Imm); in SelectInt64() 1658 TotalVal = SDValue(SelectInt64(CurDAG, dl, Mask), 0); in SelectAndParts64() 1810 SDValue MaskVal = SDValue(SelectInt64(CurDAG, dl, Mask), 0); in Select64() 2370 return SelectInt64(CurDAG, N); in Select()
|