Searched refs:selectI64ImmDirect (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp58 std::optional<bool> selectI64ImmDirect(MachineInstr &I,
277 // Similar to PPCISelDAGToDAG::selectI64ImmDirect().
278 std::optional<bool> PPCInstructionSelector::selectI64ImmDirect(MachineInstr &I, function in class:PPCInstructionSelector
599 if (std::optional<bool> Res = selectI64ImmDirect(I, MBB, MRI, DstReg, Imm)) {
613 selectI64ImmDirect(I, MBB, MRI, Reg, Imm & 0xffffffff00000000);
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp937 static SDNode *selectI64ImmDirect(SelectionDAG *CurDAG, const SDLoc &dl, function
1291 SDNode *Result = selectI64ImmDirect(CurDAG, dl, Imm, InstCntDirect);
1324 selectI64ImmDirect(CurDAG, dl, Imm & 0xffffffff00000000, InstCntDirect);

Completed in 209 milliseconds