| /openbsd-src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 725 uint64_t Shift1 = 0, Shift2 = 0; in foldLoadsRecursive() local 729 Shift2 = Temp->getZExtValue(); in foldLoadsRecursive() 745 if ((Shift2 - Shift1) != ShiftDiff || (Offset2 - Offset1) != PrevSize) in foldLoadsRecursive()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 466 SDValue Shift2 = DAG.getNode(ISD::SHL, DL, Ty, Add, Cst); in getAddrNonPICSym64() local 468 return DAG.getNode(ISD::ADD, DL, Ty, Shift2, in getAddrNonPICSym64()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.h | 75 MachineInstr *Shift2; member
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 1567 MatchInfo.Shift2 = LogicMIOp1; in matchShiftOfShiftedLogic() 1570 MatchInfo.Shift2 = LogicMIOp2; in matchShiftOfShiftedLogic() 1598 Register Shift1Base = MatchInfo.Shift2->getOperand(1).getReg(); in applyShiftOfShiftedLogic() 1607 MatchInfo.Shift2->eraseFromParent(); in applyShiftOfShiftedLogic() 1610 Register Shift2 = Builder in applyShiftOfShiftedLogic() local 1616 Builder.buildInstr(MatchInfo.Logic->getOpcode(), {Dest}, {Shift1, Shift2}); in applyShiftOfShiftedLogic()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 428 llvm::yaml::Hex32 Shift2; member
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | SyntheticSections.h | 692 enum { Shift2 = 26 }; enumerator
|
| H A D | SyntheticSections.cpp | 2368 write32(buf + 12, Shift2); in writeTo() 2379 val |= uint64_t(1) << ((sym.hash >> Shift2) % c); in writeTo()
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | elf2yaml.cpp | 1308 Header.Shift2 = Data.getU32(Cur); in dumpGnuHashSection()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 1818 IO.mapRequired("Shift2", E.Shift2); in mapping()
|
| H A D | ELFEmitter.cpp | 1750 CBA.write<uint32_t>(Section.Header->Shift2, ELFT::TargetEndianness); in writeSectionContent()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 4996 def Shift2 { 5002 dag Bits = (OR (AND Shift2.Right, MaskValues.Lo2), 5003 (AND Shift2.Left, MaskValues.Hi2));
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 30607 SDValue Shift2 = getTargetVShiftByConstNode(X86OpcI, dl, VT, R, in LowerShift() local 30609 return DAG.getVectorShuffle(VT, dl, Shift1, Shift2, ShuffleMask); in LowerShift() 47409 SDValue Shift2 = DAG.getNode(ISD::SHL, DL, VT, N->getOperand(0), in combineMulSpecial() local 47411 return DAG.getNode(ISD::ADD, DL, VT, Shift1, Shift2); in combineMulSpecial()
|