Searched refs:ShType (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 535 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 D | InstCombineCompares.cpp | 2102 Type *ShType = Shl->getType(); in foldICmpShlConstant() local 2111 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant() 2116 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant() 2131 return new ICmpInst(Pred, X, Constant::getNullValue(ShType)); in foldICmpShlConstant() 2162 ShType, in foldICmpShlConstant() 2165 Constant *LShrC = ConstantInt::get(ShType, C.lshr(*ShiftAmt)); in foldICmpShlConstant() 2174 ShType, in foldICmpShlConstant() 2178 And, Constant::getNullValue(ShType)); in foldICmpShlConstant() 2189 And, Constant::getNullValue(ShType)); in foldICmpShlConstant() 2198 And, Constant::getNullValue(ShType)); in foldICmpShlConstant() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/InterfaceStub/ |
| H A D | ELFObjHandler.cpp | 302 uint32_t ShType) const { in fillSymTabShdr() 303 SymTab.Shdr.sh_type = ShType; in fillSymTabShdr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 274 Optional<ELF_SHT> ShType; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 1255 !Section.ShFlags && !Section.ShType && !Section.ShAddrAlign)); in commonSectionMapping() 1261 IO.mapOptional("ShType", Section.ShType); in commonSectionMapping()
|
| H A D | ELFEmitter.cpp | 647 if (From->ShType) in overrideFields() 648 To.sh_type = *From->ShType; in overrideFields()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 562 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N); in SelectShiftedRegister() local 563 if (ShType == AArch64_AM::InvalidShiftExtend) in SelectShiftedRegister() 565 if (!AllowROR && ShType == AArch64_AM::ROR) in SelectShiftedRegister() 571 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val); in SelectShiftedRegister()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 5881 AArch64_AM::ShiftExtendType ShType = getShiftTypeForInst(*ShiftInst); in selectShiftedRegister() local 5882 if (ShType == AArch64_AM::InvalidShiftExtend) in selectShiftedRegister() 5900 unsigned ShiftVal = AArch64_AM::getShifterImm(ShType, Val); in selectShiftedRegister()
|