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

<<11121314

  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 529 // A helper function that unifies the bitwidth of A and B.
SROA.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLLexer.cpp 458 Error("bitwidth for integer type out of range!");
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 429 unsigned BitWidth = Offset->getType()->getIntegerBitWidth();
430 APInt KnownZero(BitWidth, 0);
431 APInt KnownOne(BitWidth, 0);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/docs/
MergeFunctions.rst 560 2.1.3.1. If types are vectors, compare their bitwidth using the
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 444 // Increase the bitwidth of the element to the next pow-of-two
    [all...]
  /external/llvm/lib/Target/Hexagon/
BitTracker.cpp 427 assert((unsigned)BW == A.getBitWidth() && "BitWidth overflow");
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/test/CodeGen/X86/
switch.ll 748 ; Don't assert due to truncating the bitwidth (64) to i4 when checking
  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h 104 /// getBitWidth - Return the bitwidth of this constant.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 136 return false; // bitwidth disagrees.
    [all...]
  /frameworks/compile/slang/
slang_backend.cpp 543 nullptr, // BW (bitwidth)
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 593 /// bitwidth, signed/unsigned.
598 /// sets floating point QualTy according to specified bitwidth.
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/ipsec-tools/src/racoon/
oakley.c 373 * NOTE: we do not support prf with different input/output bitwidth,
472 * NOTE: we do not support prf with different input/output bitwidth,
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrCompiler.td     [all...]

Completed in 1998 milliseconds

<<11121314