Home
last modified time | relevance | path

Searched refs:AbsIdx (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp2235 int AbsIdx[] = { in PostISelFolding() local
2250 SDValue &Abs = Ops[AbsIdx[i] - 1]; in PostISelFolding()
2278 int AbsIdx[] = { in PostISelFolding() local
2289 SDValue &Abs = (AbsIdx[i] > -1) ? Ops[AbsIdx[i] - 1] : FakeAbs; in PostISelFolding()
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp2334 int AbsIdx[] = { in PostISelFolding() local
2349 SDValue &Abs = Ops[AbsIdx[i] - 1]; in PostISelFolding()
2391 int AbsIdx[] = { in PostISelFolding() local
2402 SDValue &Abs = (AbsIdx[i] > -1) ? Ops[AbsIdx[i] - 1] : FakeAbs; in PostISelFolding()