Searched refs:extractF64Exponent (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULegalizerInfo.cpp | 1412 static MachineInstrBuilder extractF64Exponent(unsigned Hi, in extractF64Exponent() function 1446 auto Exp = extractF64Exponent(Hi, B); in legalizeIntrinsicTrunc()
|
D | AMDGPUISelLowering.cpp | 2064 static SDValue extractF64Exponent(SDValue Hi, const SDLoc &SL, in extractF64Exponent() function 2094 SDValue Exp = extractF64Exponent(Hi, SL, DAG); in LowerFTRUNC() 2214 SDValue Exp = extractF64Exponent(Hi, SL, DAG); in LowerFROUND64()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1628 static SDValue extractF64Exponent(SDValue Hi, const SDLoc &SL, in extractF64Exponent() function 1658 SDValue Exp = extractF64Exponent(Hi, SL, DAG); in LowerFTRUNC() 1772 SDValue Exp = extractF64Exponent(Hi, SL, DAG); in LowerFROUND64()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPULegalizerInfo.cpp | 1933 static MachineInstrBuilder extractF64Exponent(Register Hi, in extractF64Exponent() function 1966 auto Exp = extractF64Exponent(Hi, B); in legalizeIntrinsicTrunc()
|
D | AMDGPUISelLowering.cpp | 2132 static SDValue extractF64Exponent(SDValue Hi, const SDLoc &SL, in extractF64Exponent() function 2162 SDValue Exp = extractF64Exponent(Hi, SL, DAG); in LowerFTRUNC()
|