Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp722 Value *const ExtractLo = B.CreateTrunc(Ballot, Int32Ty); in optimizeAtomic() local
725 {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()