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

/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp701 // Type Setting: fromType + fromTypeWidth
709 unsigned fromTypeWidth = std::max(8U, ScalarVT.getSizeInBits()); local
751 getI32Imm(fromTypeWidth, dl), Addr, Chain };
779 getI32Imm(fromTypeWidth, dl), Base, Offset, Chain };
832 getI32Imm(fromTypeWidth, dl), Base, Offset, Chain };
884 getI32Imm(fromTypeWidth, dl), N1, Chain };
929 // Type Setting: fromType + fromTypeWidth

Completed in 94 milliseconds