Home
last modified time | relevance | path

Searched refs:ShType (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Doverride-shtype.yaml8 ## 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 Dmips-abi-flags.yaml76 ShType: 0x7000002a ## SHT_MIPS_ABIFLAGS.
H A Darm-exidx-section.yaml105 ShType: 0x70000001 ## SHT_ARM_EXIDX
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp585 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 DInstCombineCompares.cpp2139 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 DELFObjHandler.cpp301 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 Ddependent-libraries.test32 ShType: [[TYPE=<none>]]
H A Drelr-relocs.test157 ShType: [[SHTYPE=<none>]]
H A Dmips-got.test38 ShType: [[DYNAMICTYPE=<none>]]
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp1670 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 DELFYAML.h276 Optional<ELF_SHT> ShType; member
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1329 !Section.ShFlags && !Section.ShType && !Section.ShAddrAlign)); in commonSectionMapping()
1335 IO.mapOptional("ShType", Section.ShType); in commonSectionMapping()
H A DELFEmitter.cpp646 if (From->ShType) in overrideFields()
647 To.sh_type = *From->ShType; in overrideFields()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp609 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 DAArch64InstructionSelector.cpp6530 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()