Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp2085 Type *ShType = Shl->getType(); in foldICmpShlConstant() local
2094 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant()
2099 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant()
2108 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant()
2114 return new ICmpInst(Pred, X, Constant::getNullValue(ShType)); in foldICmpShlConstant()
2124 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant()
2129 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant()
2138 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant()
2145 ShType, in foldICmpShlConstant()
2148 Constant *LShrC = ConstantInt::get(ShType, C.lshr(*ShiftAmt)); in foldICmpShlConstant()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp302 uint32_t ShType) const { in fillSymTabShdr()
303 SymTab.Shdr.sh_type = ShType; in fillSymTabShdr()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1343 !Section.ShFlags && !Section.ShType && !Section.ShAddrAlign)); in commonSectionMapping()
1349 IO.mapOptional("ShType", Section.ShType); in commonSectionMapping()
H A DELFEmitter.cpp647 if (From->ShType) in overrideFields()
648 To.sh_type = *From->ShType; in overrideFields()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h278 std::optional<ELF_SHT> ShType; member
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp735 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N); in SelectShiftedRegister() local
736 if (ShType == AArch64_AM::InvalidShiftExtend) in SelectShiftedRegister()
738 if (!AllowROR && ShType == AArch64_AM::ROR) in SelectShiftedRegister()
744 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val); in SelectShiftedRegister()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp6592 AArch64_AM::ShiftExtendType ShType = getShiftTypeForInst(*ShiftInst); in selectShiftedRegister() local
6593 if (ShType == AArch64_AM::InvalidShiftExtend) in selectShiftedRegister()
6595 if (ShType == AArch64_AM::ROR && !AllowROR) in selectShiftedRegister()
6613 unsigned ShiftVal = AArch64_AM::getShifterImm(ShType, Val); in selectShiftedRegister()