Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp535 Type *ShType = InnerShift->getType(); in foldShiftedShift() local
536 unsigned TypeWidth = ShType->getScalarSizeInBits(); in foldShiftedShift()
545 InnerShift->setOperand(1, ConstantInt::get(ShType, ShAmt)); in foldShiftedShift()
561 return Constant::getNullValue(ShType); in foldShiftedShift()
574 ConstantInt::get(ShType, Mask)); in foldShiftedShift()
H A DInstCombineCompares.cpp2066 Type *ShType = Shl->getType(); in foldICmpShlConstant() local
2075 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant()
2080 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant()
2095 return new ICmpInst(Pred, X, Constant::getNullValue(ShType)); in foldICmpShlConstant()
2126 ShType, in foldICmpShlConstant()
2129 Constant *LShrC = ConstantInt::get(ShType, C.lshr(*ShiftAmt)); in foldICmpShlConstant()
2138 ShType, in foldICmpShlConstant()
2142 And, Constant::getNullValue(ShType)); in foldICmpShlConstant()
2153 And, Constant::getNullValue(ShType)); in foldICmpShlConstant()
2162 And, Constant::getNullValue(ShType)); in foldICmpShlConstant()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp301 uint32_t ShType) const { in fillSymTabShdr()
302 SymTab.Shdr.sh_type = ShType; in fillSymTabShdr()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h273 Optional<ELF_SHT> ShType; member
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1251 !Section.ShFlags && !Section.ShType && !Section.ShAddrAlign)); in commonSectionMapping()
1257 IO.mapOptional("ShType", Section.ShType); in commonSectionMapping()
H A DELFEmitter.cpp606 if (From->ShType) in overrideFields()
607 To.sh_type = *From->ShType; in overrideFields()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp528 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N); in SelectShiftedRegister() local
529 if (ShType == AArch64_AM::InvalidShiftExtend) in SelectShiftedRegister()
531 if (!AllowROR && ShType == AArch64_AM::ROR) in SelectShiftedRegister()
537 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val); in SelectShiftedRegister()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5721 AArch64_AM::ShiftExtendType ShType = getShiftTypeForInst(*ShiftInst); in selectShiftedRegister() local
5722 if (ShType == AArch64_AM::InvalidShiftExtend) in selectShiftedRegister()
5740 unsigned ShiftVal = AArch64_AM::getShifterImm(ShType, Val); in selectShiftedRegister()