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

/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp253 Scale = getI8Imm(AM.Scale, DL);
363 inline SDValue getI8Imm(unsigned Imm, const SDLoc &DL) { function in class:__anon13237::final
1441 Scale = getI8Imm(ScalarSize/8, DL);
1447 Scale = getI8Imm(1, DL);
1917 const SDValue Ops[] = { VSrc, Base, getI8Imm(Scale->getSExtValue(), DL), VIdx,
2112 getI8Imm(ShlVal, dl));
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp236 Scale = getI8Imm(AM.Scale);
263 /// getI8Imm - Return a target constant with the specified value, of type
265 inline SDValue getI8Imm(unsigned Imm) { function in class:__anon18873::X86DAGToDAGISel
1831 getI8Imm(ShlVal));
H A DX86GenDAGISel.inc[all...]
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp101 /// getI8Imm - Return a target constant with the specified value, of type
103 inline SDValue getI8Imm(uint64_t Imm) { function in class:__anon18827::SystemZDAGToDAGISel

Completed in 296 milliseconds