/external/swiftshader/third_party/subzero/src/ |
D | IceELFSection.h | 49 ELFSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags, in ELFSection() argument 52 Header.sh_type = ShType; in ELFSection() 168 ELFSymbolTableSection(const std::string &Name, Elf64_Word ShType, in ELFSymbolTableSection() argument 171 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize), in ELFSymbolTableSection() 224 ELFRelocationSection(const std::string &Name, Elf64_Word ShType, in ELFRelocationSection() argument 227 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize), in ELFRelocationSection()
|
D | IceELFObjectWriter.h | 97 void writeTargetRODataSection(const std::string &Name, Elf64_Word ShType, 128 T *createSection(const std::string &Name, Elf64_Word ShType,
|
D | IceELFObjectWriter.cpp | 105 T *ELFObjectWriter::createSection(const std::string &Name, Elf64_Word ShType, in createSection() argument 110 new (Ctx.allocate<T>()) T(Name, ShType, ShFlags, ShAddralign, ShEntsize); in createSection() 120 const Elf64_Word ShType = ELF64 ? SHT_RELA : SHT_REL; in createRelocationSection() local 129 RelSectionName, ShType, ShFlags, ShAlign, ShEntSize); in createRelocationSection() 305 Elf64_Word ShType, in writeTargetRODataSection() argument 313 Name, ShType, ShFlags, ShAddralign, ShEntsize); in writeTargetRODataSection()
|
D | IceTargetLoweringMIPS32.cpp | 5736 const llvm::ELF::Elf64_Word ShType = llvm::ELF::SHT_MIPS_ABIFLAGS; in emitTargetRODataSections() local 5741 Name, ShType, ShFlags, ShAddralign, ShEntsize, in emitTargetRODataSections()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 199 Type *ShType = InnerShift->getType(); in foldShiftedShift() local 200 unsigned TypeWidth = ShType->getScalarSizeInBits(); in foldShiftedShift() 209 InnerShift->setOperand(1, ConstantInt::get(ShType, ShAmt)); in foldShiftedShift() 225 return Constant::getNullValue(ShType); in foldShiftedShift() 238 ConstantInt::get(ShType, Mask)); in foldShiftedShift()
|
D | InstCombineCompares.cpp | 1885 Type *ShType = Shl->getType(); in foldICmpShlConstant() local 1894 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant() 1899 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant() 1908 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant() 1914 return new ICmpInst(Pred, X, Constant::getNullValue(ShType)); in foldICmpShlConstant() 1924 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant() 1929 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant() 1938 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant() 1945 ShType, in foldICmpShlConstant() 1948 Constant *LShrC = ConstantInt::get(ShType, C.lshr(*ShiftAmt)); in foldICmpShlConstant() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 395 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N); in SelectShiftedRegister() local 396 if (ShType == AArch64_AM::InvalidShiftExtend) in SelectShiftedRegister() 398 if (!AllowROR && ShType == AArch64_AM::ROR) in SelectShiftedRegister() 404 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val); in SelectShiftedRegister()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 345 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N); in SelectShiftedRegister() local 346 if (ShType == AArch64_AM::InvalidShiftExtend) in SelectShiftedRegister() 348 if (!AllowROR && ShType == AArch64_AM::ROR) in SelectShiftedRegister() 354 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val); in SelectShiftedRegister()
|