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

/freebsd-10.1-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp231 // Type Setting: fromType + fromTypeWidth
239 unsigned fromTypeWidth = std::max(8U, ScalarVT.getSizeInBits()); local
281 getI32Imm(fromTypeWidth), Addr, Chain };
310 getI32Imm(fromTypeWidth), Base, Offset, Chain };
364 getI32Imm(fromTypeWidth), Base, Offset, Chain };
416 getI32Imm(fromTypeWidth), N1, Chain };
457 // Type Setting: fromType + fromTypeWidth

Completed in 47 milliseconds