HomeSort by relevance Sort by last modified time
    Searched refs:IsSigned (Results 151 - 175 of 194) sorted by null

1 2 3 4 5 67 8

  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 665 opcode = load_rep.IsSigned() ? kCheckedLoadInt8 : kCheckedLoadUint8;
668 opcode = load_rep.IsSigned() ? kCheckedLoadInt16 : kCheckedLoadUint16;
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 933 value IsSigned) {
934 return LLVMConstIntCast(CV, T, Bool_val(IsSigned));
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGAtomic.cpp 101 AtomicTy = C.getIntTypeForBitwidth(AtomicSizeInBits, OrigBFI.IsSigned);
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp 293 std::string transTypeToOCLTypeName(SPIRVType *BT, bool IsSigned = true);
771 SPIRVToLLVM::transTypeToOCLTypeName(SPIRVType *T, bool IsSigned) {
778 std::string Prefix = IsSigned ? "" : "u";
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
SemaStmt.cpp 679 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) {
681 Val.setIsSigned(IsSigned);
694 AdjustAPSInt(ConvVal, Val.getBitWidth(), Val.isSigned());
894 ConstantCondValue.isSigned() == CondIsSigned));
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorBase.h 246 EIGEN_STATIC_ASSERT((NumTraits<Scalar>::IsSigned || internal::is_same<Scalar, const std::complex<float> >::value), YOU_MADE_A_PROGRAMMING_MISTAKE);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.cpp 143 bool IsSigned;
    [all...]
  /external/v8/src/interpreter/
interpreter-assembler.cc 285 result_type.IsSigned() ? MachineType::Int8() : MachineType::Uint8();
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
const.go 816 if nr.Type != nil && (nr.Type.IsSigned() || !nr.Type.IsInteger()) {
type.go 1112 func (t *Type) IsSigned() bool {
walk.go     [all...]
ssa.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
const.go 816 if nr.Type != nil && (nr.Type.IsSigned() || !nr.Type.IsInteger()) {
type.go 1112 func (t *Type) IsSigned() bool {
walk.go     [all...]
ssa.go     [all...]

Completed in 2368 milliseconds

1 2 3 4 5 67 8