Searched refs:ShiftI (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86SpeculativeLoadHardening.cpp | 1539 auto ShiftI = BuildMI(MBB, InsertPt, Loc, TII->get(X86::SHL64ri), TmpReg) in mergePredStateIntoSP() local 1542 ShiftI->addRegisterDead(X86::EFLAGS, TRI); in mergePredStateIntoSP() 1563 auto ShiftI = in extractPredStateFromSP() local 1567 ShiftI->addRegisterDead(X86::EFLAGS, TRI); in extractPredStateFromSP() 1751 auto ShiftI = in hardenLoadAddr() local 1755 (void)ShiftI; in hardenLoadAddr() 1757 LLVM_DEBUG(dbgs() << " Inserting shrx: "; ShiftI->dump(); in hardenLoadAddr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 1834 SinkShiftAndTruncate(BinaryOperator *ShiftI, Instruction *User, ConstantInt *CI, in SinkShiftAndTruncate() argument 1881 if (ShiftI->getOpcode() == Instruction::AShr) in SinkShiftAndTruncate() 1882 InsertedShift = BinaryOperator::CreateAShr(ShiftI->getOperand(0), CI, in SinkShiftAndTruncate() 1885 InsertedShift = BinaryOperator::CreateLShr(ShiftI->getOperand(0), CI, in SinkShiftAndTruncate() 1887 InsertedShift->setDebugLoc(ShiftI->getDebugLoc()); in SinkShiftAndTruncate() 1923 static bool OptimizeExtractBits(BinaryOperator *ShiftI, ConstantInt *CI, in OptimizeExtractBits() argument 1926 BasicBlock *DefBB = ShiftI->getParent(); in OptimizeExtractBits() 1931 bool shiftIsLegal = TLI.isTypeLegal(TLI.getValueType(DL, ShiftI->getType())); in OptimizeExtractBits() 1934 for (Value::user_iterator UI = ShiftI->user_begin(), E = ShiftI->user_end(); in OptimizeExtractBits() 1971 SinkShiftAndTruncate(ShiftI, User, CI, InsertedShifts, TLI, DL); in OptimizeExtractBits() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 2170 unsigned ShiftI = Shift+i*ElementSize; in collectInsertionElements() local 2172 ShiftI)); in collectInsertionElements() 2174 if (!collectInsertionElements(Piece, ShiftI, Elements, VecEltTy, in collectInsertionElements()
|