Home
last modified time | relevance | path

Searched refs:Shift2 (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/
H A Dgnu-hash-section.yaml14 # FIELDS-NEXT: Shift2: 0x2
30 Shift2: 0x2
50 # INVALID-NEXT: Shift2: 0x0
67 # INVALID-NEXT: Shift2: 0x0
96 Shift2: 0x0
108 Shift2: 0x0
120 Shift2: 0x0
132 Shift2: 0x0
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dgnu-hash-section.yaml95 Shift2: 0x2
112 Shift2: 0x2
149 Shift2: 0x0
163 Shift2: 0x0
177 Shift2: 0x0
181 ## Check that "SymNdx" and "Shift2" fields are mandatory when we specify the "Header".
187 # ERR3: error: missing required key 'Shift2'
198 Shift2: 0x0
248 Shift2: 0x0
254 ## using the "NBuckets" and "Shift2" keys.
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dgnuhash.test33 Shift2: 0x2
92 Shift2: 0x0
140 Shift2: 0x0
192 Shift2: 0x0
261 Shift2: 0x0
H A Dhash-histogram.test45 Shift2: 0x0
239 Shift2: 0x0
286 Shift2: 0x0
350 Shift2: 0x0
395 Shift2: 0x0
H A Dhash-symbols.test62 Shift2: 0x0
220 Shift2: 0x0
492 Shift2: 0x2
616 Shift2: 0x0
672 Shift2: 0x0
/llvm-project-15.0.7/lldb/test/Shell/ObjectFile/ELF/
H A Dnull-jmprel.yaml66 Shift2: 0x6
/llvm-project-15.0.7/llvm/test/tools/llvm-ifs/
H A Dread-elf-dynsym.test90 Shift2: 0x2
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.h466 SDValue Shift2 = DAG.getNode(ISD::SHL, DL, Ty, Add, Cst); in getAddrNonPICSym64() local
468 return DAG.getNode(ISD::ADD, DL, Ty, Shift2, in getAddrNonPICSym64()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h74 MachineInstr *Shift2; member
/llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/
H A Ddata-location.yaml179 Shift2: 0x1A
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1548 MatchInfo.Shift2 = LogicMIOp1; in matchShiftOfShiftedLogic()
1551 MatchInfo.Shift2 = LogicMIOp2; in matchShiftOfShiftedLogic()
1579 Register Shift1Base = MatchInfo.Shift2->getOperand(1).getReg(); in applyShiftOfShiftedLogic()
1584 Register Shift2 = Builder in applyShiftOfShiftedLogic() local
1590 Builder.buildInstr(MatchInfo.Logic->getOpcode(), {Dest}, {Shift1, Shift2}); in applyShiftOfShiftedLogic()
1593 MatchInfo.Shift2->eraseFromParent(); in applyShiftOfShiftedLogic()
/llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/X86/
H A Delf-dwarf.yaml155 Shift2: 0x00000000
/llvm-project-15.0.7/bolt/test/X86/Inputs/
H A Dplt-got-sec.yaml122 Shift2: 0x0
H A Dplt-sec.yaml122 Shift2: 0x0
H A Dplt-sec-8-byte.yaml88 Shift2: 0x0
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h426 llvm::yaml::Hex32 Shift2; member
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h679 enum { Shift2 = 26 }; enumerator
H A DSyntheticSections.cpp2404 write32(buf + 12, Shift2); in writeTo()
2415 val |= uint64_t(1) << ((sym.hash >> Shift2) % c); in writeTo()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1306 Header.Shift2 = Data.getU32(Cur); in dumpGnuHashSection()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1803 IO.mapRequired("Shift2", E.Shift2); in mapping()
H A DELFEmitter.cpp1746 CBA.write<uint32_t>(Section.Header->Shift2, ELFT::TargetEndianness); in writeSectionContent()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td4935 def Shift2 {
4941 dag Bits = (OR (AND Shift2.Right, MaskValues.Lo2),
4942 (AND Shift2.Left, MaskValues.Hi2));
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30011 SDValue Shift2 = getTargetVShiftByConstNode(X86OpcI, dl, VT, R, in LowerShift() local
30013 return DAG.getVectorShuffle(VT, dl, Shift1, Shift2, ShuffleMask); in LowerShift()
46195 SDValue Shift2 = DAG.getNode(ISD::SHL, DL, VT, N->getOperand(0), in combineMulSpecial() local
46197 return DAG.getNode(ISD::ADD, DL, VT, Shift1, Shift2); in combineMulSpecial()