HomeSort by relevance Sort by last modified time
    Searched full:bitwidth (Results 226 - 250 of 333) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 230 // same bitwidth as the result before expanding.
LegalizeTypes.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 50 cl::desc("Max integer bitwidth to consider in float2int"
InductiveRangeCheckElimination.cpp     [all...]
SCCP.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 597 * Truncate or expand the bitwidth.
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 579 unsigned BitWidth = VT.getSizeInBits();
581 return (BitWidth + RegWidth - 1) / RegWidth;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 164 bool isIntegerTy(unsigned Bitwidth) const;
  /hardware/interfaces/audio/common/2.0/
types.hal 732 uint32_t bitWidth;
    [all...]
  /libcore/ojluni/src/main/java/sun/invoke/util/
Wrapper.java 110 public int bitWidth() { return (format >> Format.SIZE_SHIFT) & Format.SIZE_MASK; }
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGExprConstant.cpp 291 unsigned BitWidth = FieldValue.getBitWidth();
293 FieldValue = FieldValue.zext(CharWidth) << (CharWidth - BitWidth);
    [all...]
  /external/llvm/docs/
Statepoints.rst 572 the moment, only deopt parameters with a bitwidth of 64 bits or less
576 extension to the original bitwidth).
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 557 unsigned BitWidth = DL.getTypeSizeInBits(TrueVal->getType());
558 APInt MinSignedValue = APInt::getSignBit(BitWidth);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 338 unsigned BitWidth = cast<IntegerType>(Ty)->getBitWidth();
339 return "IntegerType::get(mod->getContext(), " + utostr(BitWidth) + ")";
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 679 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) {
680 Val = Val.extOrTrunc(BitWidth);
782 // Get the bitwidth of the switched-on value after promotions. We must
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 479 Error("bitwidth for integer type out of range!");
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]

Completed in 1534 milliseconds

1 2 3 4 5 6 7 8 91011>>