| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | override-shtype.yaml | 8 ## Check we can use a hex value for the ShType. SHT_PROGBITS == 0x1. 20 ## Check we can use a string type name for the ShType. 33 ShType: [[TYPE=SHT_GNU_verneed]]
|
| /llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/ |
| H A D | mips-abi-flags.yaml | 76 ShType: 0x7000002a ## SHT_MIPS_ABIFLAGS.
|
| H A D | arm-exidx-section.yaml | 105 ShType: 0x70000001 ## SHT_ARM_EXIDX
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 585 Type *ShType = InnerShift->getType(); in foldShiftedShift() local 586 unsigned TypeWidth = ShType->getScalarSizeInBits(); in foldShiftedShift() 595 InnerShift->setOperand(1, ConstantInt::get(ShType, ShAmt)); in foldShiftedShift() 611 return Constant::getNullValue(ShType); in foldShiftedShift() 624 ConstantInt::get(ShType, Mask)); in foldShiftedShift()
|
| H A D | InstCombineCompares.cpp | 2139 Type *ShType = Shl->getType(); in foldICmpShlConstant() local 2148 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant() 2153 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant() 2168 return new ICmpInst(Pred, X, Constant::getNullValue(ShType)); in foldICmpShlConstant() 2199 ShType, in foldICmpShlConstant() 2202 Constant *LShrC = ConstantInt::get(ShType, C.lshr(*ShiftAmt)); in foldICmpShlConstant() 2211 ShType, in foldICmpShlConstant() 2215 And, Constant::getNullValue(ShType)); in foldICmpShlConstant() 2226 And, Constant::getNullValue(ShType)); in foldICmpShlConstant() 2235 And, Constant::getNullValue(ShType)); in foldICmpShlConstant() [all …]
|
| /llvm-project-15.0.7/llvm/lib/InterfaceStub/ |
| H A D | ELFObjHandler.cpp | 301 uint32_t ShType) const { in fillSymTabShdr() 302 SymTab.Shdr.sh_type = ShType; in fillSymTabShdr()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | dependent-libraries.test | 32 ShType: [[TYPE=<none>]]
|
| H A D | relr-relocs.test | 157 ShType: [[SHTYPE=<none>]]
|
| H A D | mips-got.test | 38 ShType: [[DYNAMICTYPE=<none>]]
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/ |
| H A D | rtl.cpp | 1670 uint32_t ShType = SHT_NULL; member 1709 Res->ShType = Header->sh_type; in getSymbolInfoWithoutLoading() 1824 bool inImage() { return SI.ShType != SHT_NOBITS; } in inImage()
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 276 Optional<ELF_SHT> ShType; member
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 1329 !Section.ShFlags && !Section.ShType && !Section.ShAddrAlign)); in commonSectionMapping() 1335 IO.mapOptional("ShType", Section.ShType); in commonSectionMapping()
|
| H A D | ELFEmitter.cpp | 646 if (From->ShType) in overrideFields() 647 To.sh_type = *From->ShType; in overrideFields()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 609 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N); in SelectShiftedRegister() local 610 if (ShType == AArch64_AM::InvalidShiftExtend) in SelectShiftedRegister() 612 if (!AllowROR && ShType == AArch64_AM::ROR) in SelectShiftedRegister() 618 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val); in SelectShiftedRegister()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 6530 AArch64_AM::ShiftExtendType ShType = getShiftTypeForInst(*ShiftInst); in selectShiftedRegister() local 6531 if (ShType == AArch64_AM::InvalidShiftExtend) in selectShiftedRegister() 6533 if (ShType == AArch64_AM::ROR && !AllowROR) in selectShiftedRegister() 6551 unsigned ShiftVal = AArch64_AM::getShifterImm(ShType, Val); in selectShiftedRegister()
|