Home
last modified time | relevance | path

Searched refs:ExtractLo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp704 Value *const ExtractLo = B.CreateTrunc(Ballot, Int32Ty); in optimizeAtomic() local
707 {ExtractLo, B.getInt32(0)}); in optimizeAtomic()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp552 MachineInstr *ExtractLo = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Opcode)) in select() local
556 if (!constrainSelectedInstRegOperands(*ExtractLo, TII, TRI, RBI)) in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp839 MachineInstr *ExtractLo = MIB.buildInstr(RISCV::FMV_X_W_FPR64, {Lo}, {Src}); in selectUnmergeValues() local
840 if (!constrainSelectedInstRegOperands(*ExtractLo, TII, TRI, RBI)) in selectUnmergeValues()