HomeSort by: relevance | last modified time | path
    Searched refs:ShType (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 535 Type *ShType = InnerShift->getType();
536 unsigned TypeWidth = ShType->getScalarSizeInBits();
545 InnerShift->setOperand(1, ConstantInt::get(ShType, ShAmt));
561 return Constant::getNullValue(ShType);
574 ConstantInt::get(ShType, Mask));
InstCombineCompares.cpp 2066 Type *ShType = Shl->getType();
2075 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC));
2080 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC));
2089 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC));
2095 return new ICmpInst(Pred, X, Constant::getNullValue(ShType));
2105 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC));
2110 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC));
2119 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC));
2126 ShType,
2129 Constant *LShrC = ConstantInt::get(ShType, C.lshr(*ShiftAmt))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
ELFObjHandler.cpp 301 uint32_t ShType) const {
302 SymTab.Shdr.sh_type = ShType;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h 273 Optional<ELF_SHT> ShType;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp 606 if (From->ShType)
607 To.sh_type = *From->ShType;
ELFYAML.cpp 1251 !Section.ShFlags && !Section.ShType && !Section.ShAddrAlign));
1257 IO.mapOptional("ShType", Section.ShType);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 528 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N);
529 if (ShType == AArch64_AM::InvalidShiftExtend)
531 if (!AllowROR && ShType == AArch64_AM::ROR)
537 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64InstructionSelector.cpp 5721 AArch64_AM::ShiftExtendType ShType = getShiftTypeForInst(*ShiftInst);
5722 if (ShType == AArch64_AM::InvalidShiftExtend)
5740 unsigned ShiftVal = AArch64_AM::getShifterImm(ShType, Val);

Completed in 31 milliseconds