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

/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp430 // Type Setting: fromType + fromTypeWidth
438 unsigned fromTypeWidth = std::max(8U, ScalarVT.getSizeInBits()); local
480 getI32Imm(fromTypeWidth), Addr, Chain };
509 getI32Imm(fromTypeWidth), Base, Offset, Chain };
563 getI32Imm(fromTypeWidth), Base, Offset, Chain };
615 getI32Imm(fromTypeWidth), N1, Chain };
656 // Type Setting: fromType + fromTypeWidth

Completed in 454 milliseconds