Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp5466 static SDValue peekThroughBitcasts(SDValue V) { in peekThroughBitcasts() function
5487 Op = peekThroughBitcasts(Op); in getTargetConstantFromNode()
5513 Op = peekThroughBitcasts(Op); in getTargetConstantBitsFromNode()
6087 V1 = peekThroughBitcasts(V1); in setTargetShuffleZeroElements()
6088 V2 = peekThroughBitcasts(V2); in setTargetShuffleZeroElements()
6795 SDValue Elt = peekThroughBitcasts(Elts[i]); in EltsFromConsecutiveLoads()
6827 SDValue EltBase = peekThroughBitcasts(Elts[FirstLoadedElt]); in EltsFromConsecutiveLoads()
6838 SDValue Elt = peekThroughBitcasts(Elts[i]); in EltsFromConsecutiveLoads()
6855 Loads.push_back(cast<LoadSDNode>(peekThroughBitcasts(Elts[i]))); in EltsFromConsecutiveLoads()
9156 V1 = peekThroughBitcasts(V1); in computeZeroableShuffleElements()
[all …]
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp4741 static SDValue peekThroughBitcasts(SDValue V) { in peekThroughBitcasts() function
4750 MaskNode = peekThroughBitcasts(MaskNode); in getTargetShuffleMaskIndices()
4827 MaskNode = peekThroughBitcasts(MaskNode); in getTargetShuffleMaskConstant()
5101 V1 = peekThroughBitcasts(V1); in setTargetShuffleZeroElements()
5102 V2 = peekThroughBitcasts(V2); in setTargetShuffleZeroElements()
5575 SDValue Elt = peekThroughBitcasts(Elts[i]); in EltsFromConsecutiveLoads()
5607 SDValue EltBase = peekThroughBitcasts(Elts[FirstLoadedElt]); in EltsFromConsecutiveLoads()
5618 SDValue Elt = peekThroughBitcasts(Elts[i]); in EltsFromConsecutiveLoads()
7237 V1 = peekThroughBitcasts(V1); in computeZeroableShuffleElements()
7238 V2 = peekThroughBitcasts(V2); in computeZeroableShuffleElements()
[all …]