Home
last modified time | relevance | path

Searched full:shtype (Results 1 – 16 of 16) sorted by relevance

/llvm-project/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/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/llvm/test/tools/llvm-readobj/ELF/
H A Drelr-relocs.test143 ShType: [[SHTYPE=<none>]]
H A Ddependent-libraries.test32 ShType: [[TYPE=<none>]]
H A Dmips-got.test38 ShType: [[DYNAMICTYPE=<none>]]
/llvm-project/llvm/test/Object/
H A Dinvalid.test5 # RUN: not llvm-objdump -s %t1 2>&1 | FileCheck %s -DFILE=%t1 --check-prefix=INVALID-SHTYPE
7 # INVALID-SHTYPE: error: '[[FILE]]': invalid sh_type for string table section [index 1]: expected S…
/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp302 uint32_t ShType) const { in fillSymTabShdr()
303 SymTab.Shdr.sh_type = ShType; in fillSymTabShdr()
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp645 Type *ShType = InnerShift->getType(); in foldShiftedShift()
646 unsigned TypeWidth = ShType->getScalarSizeInBits(); in foldShiftedShift()
655 InnerShift->setOperand(1, ConstantInt::get(ShType, ShAmt)); in foldShiftedShift()
671 return Constant::getNullValue(ShType); in foldShiftedShift()
684 ConstantInt::get(ShType, Mask)); in foldShiftedShift()
629 Type *ShType = InnerShift->getType(); foldShiftedShift() local
H A DInstCombineCompares.cpp2374 Type *ShType = Shl->getType(); in foldICmpShlConstant()
2383 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant()
2388 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant()
2397 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant()
2408 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant()
2413 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant()
2422 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant()
2429 ShType, in foldICmpShlConstant()
2432 Constant *LShrC = ConstantInt::get(ShType, C.lshr(*ShiftAmt)); in foldICmpShlConstant()
2441 ShType, in foldICmpShlConstant()
2318 Type *ShType = Shl->getType(); foldICmpShlConstant() local
[all...]
/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1398 !Section.ShFlags && !Section.ShType && !Section.ShAddrAlign)); in sectionMapping()
1404 IO.mapOptional("ShType", Section.ShType); in sectionMapping()
H A DELFEmitter.cpp647 if (From->ShType) in overrideFields()
648 To.sh_type = *From->ShType; in overrideFields()
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h303 std::optional<ELF_SHT> ShType; member
/llvm-project/lld/ELF/
H A DWriter.cpp69 void addPhdrForSection(Partition &part, unsigned shType, unsigned pType,
2444 void Writer<ELFT>::addPhdrForSection(Partition &part, unsigned shType, in assignFileOffsetsBinary()
2448 return cmd->partition == partNo && cmd->type == shType;
2320 addPhdrForSection(Partition & part,unsigned shType,unsigned pType,unsigned pFlags) addPhdrForSection() argument
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp889 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N); in SelectShiftedRegister()
890 if (ShType == AArch64_AM::InvalidShiftExtend) in SelectShiftedRegister()
892 if (!AllowROR && ShType == AArch64_AM::ROR) in SelectShiftedRegister()
898 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val); in SelectShiftedRegister()
884 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N); SelectShiftedRegister() local
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp7686 AArch64_AM::ShiftExtendType ShType = getShiftTypeForInst(*ShiftInst); in isDef32()
7687 if (ShType == AArch64_AM::InvalidShiftExtend) in isDef32()
7689 if (ShType == AArch64_AM::ROR && !AllowROR) in isDef32()
7707 unsigned ShiftVal = AArch64_AM::getShifterImm(ShType, Val); in fixupPHIOpBanks()
7387 AArch64_AM::ShiftExtendType ShType = getShiftTypeForInst(*ShiftInst); selectShiftedRegister() local