OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getI8Imm
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
253
Scale =
getI8Imm
(AM.Scale, DL);
363
inline SDValue
getI8Imm
(unsigned Imm, const SDLoc &DL) {
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp
236
Scale =
getI8Imm
(AM.Scale);
263
///
getI8Imm
- Return a target constant with the specified value, of type
265
inline SDValue
getI8Imm
(unsigned Imm) {
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp
101
///
getI8Imm
- Return a target constant with the specified value, of type
103
inline SDValue
getI8Imm
(uint64_t Imm) {
Completed in 191 milliseconds