Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp1538 auto ShiftI = BuildMI(MBB, InsertPt, Loc, TII->get(X86::SHL64ri), TmpReg) in mergePredStateIntoSP() local
1541 ShiftI->addRegisterDead(X86::EFLAGS, TRI); in mergePredStateIntoSP()
1562 auto ShiftI = in extractPredStateFromSP() local
1566 ShiftI->addRegisterDead(X86::EFLAGS, TRI); in extractPredStateFromSP()
1750 auto ShiftI = in hardenLoadAddr() local
1754 (void)ShiftI; in hardenLoadAddr()
1756 LLVM_DEBUG(dbgs() << " Inserting shrx: "; ShiftI->dump(); in hardenLoadAddr()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1941 SinkShiftAndTruncate(BinaryOperator *ShiftI, Instruction *User, ConstantInt *CI, in SinkShiftAndTruncate() argument
1988 if (ShiftI->getOpcode() == Instruction::AShr) in SinkShiftAndTruncate()
1989 InsertedShift = BinaryOperator::CreateAShr(ShiftI->getOperand(0), CI, in SinkShiftAndTruncate()
1992 InsertedShift = BinaryOperator::CreateLShr(ShiftI->getOperand(0), CI, in SinkShiftAndTruncate()
1994 InsertedShift->setDebugLoc(ShiftI->getDebugLoc()); in SinkShiftAndTruncate()
2030 static bool OptimizeExtractBits(BinaryOperator *ShiftI, ConstantInt *CI, in OptimizeExtractBits() argument
2033 BasicBlock *DefBB = ShiftI->getParent(); in OptimizeExtractBits()
2038 bool shiftIsLegal = TLI.isTypeLegal(TLI.getValueType(DL, ShiftI->getType())); in OptimizeExtractBits()
2041 for (Value::user_iterator UI = ShiftI->user_begin(), E = ShiftI->user_end(); in OptimizeExtractBits()
2078 SinkShiftAndTruncate(ShiftI, User, CI, InsertedShifts, TLI, DL); in OptimizeExtractBits()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2273 unsigned ShiftI = Shift+i*ElementSize; in collectInsertionElements() local
2275 ShiftI)); in collectInsertionElements()
2277 if (!collectInsertionElements(Piece, ShiftI, Elements, VecEltTy, in collectInsertionElements()