Searched refs:Shift2 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 474 SDValue Shift2 = DAG.getNode(ISD::SHL, DL, Ty, Add, Cst); in getAddrNonPICSym64() local 476 return DAG.getNode(ISD::ADD, DL, Ty, Shift2, in getAddrNonPICSym64()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | SyntheticSections.h | 623 enum { Shift2 = 26 }; enumerator
|
| H A D | SyntheticSections.cpp | 2169 write32(Buf + 12, Shift2); in writeTo() 2193 Val |= uint64_t(1) << ((Sym.Hash >> Shift2) % C); in writeBloomFilter()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 4845 def Shift2 { 4851 dag Bits = (OR (AND Shift2.Right, MaskValues.Lo2), 4852 (AND Shift2.Left, MaskValues.Hi2));
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 24544 SDValue Shift2 = getTargetVShiftByConstNode(X86OpcI, dl, VT, R, in LowerShift() local 24546 return DAG.getVectorShuffle(VT, dl, Shift1, Shift2, ShuffleMask); in LowerShift() 35245 SDValue Shift2 = DAG.getNode(ISD::SHL, DL, VT, N->getOperand(0), in combineMulSpecial() local 35247 return DAG.getNode(ISD::ADD, DL, VT, Shift1, Shift2); in combineMulSpecial()
|