Home
last modified time | relevance | path

Searched refs:buildFPTOUI (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/
DMachineIRBuilderTest.cpp255 B.buildFPTOUI(S32, Copies[0]); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h1439 MachineInstrBuilder buildFPTOUI(const DstOp &Dst, const SrcOp &Src0) { in buildFPTOUI() function
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp2052 B.buildFPTOUI(S32, FloorMul); in legalizeFPTOI()
2053 auto Lo = B.buildFPTOUI(S32, Fma); in legalizeFPTOI()
2786 auto Z = B.buildFPTOUI(S32, ScaledY); in legalizeUDIV_UREM32Impl()
2861 auto ResultLo = B.buildFPTOUI(S32, Mad2); in emitReciprocalU64()
2862 auto ResultHi = B.buildFPTOUI(S32, Trunc); in emitReciprocalU64()
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h1654 MachineInstrBuilder buildFPTOUI(const DstOp &Dst, const SrcOp &Src0) { in buildFPTOUI() function