Home
last modified time | relevance | path

Searched refs:DestIsSigned (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp616 const bool DestIsSigned = CastKind == InstCast::Fptosi; in genTargetHelperCallFor() local
619 Src0IsF32 ? (DestIsSigned ? RuntimeHelper::H_fptosi_f32_i64 in genTargetHelperCallFor()
621 : (DestIsSigned ? RuntimeHelper::H_fptosi_f64_i64 in genTargetHelperCallFor()
4061 const bool DestIsSigned = CastKind == InstCast::Fptosi; in lowerCast() local
4068 DestIsSigned ? InstARM32Vcvt::Vs2si : InstARM32Vcvt::Vs2ui); in lowerCast()
4087 Src0IsF32 ? (DestIsSigned ? InstARM32Vcvt::S2si : InstARM32Vcvt::S2ui) in lowerCast()
4088 : (DestIsSigned ? InstARM32Vcvt::D2si : InstARM32Vcvt::D2ui); in lowerCast()
DIceTargetLoweringMIPS32.cpp456 const bool DestIsSigned = CastKind == InstCast::Fptosi; in genTargetHelperCallFor() local
459 if (DestIsSigned) { in genTargetHelperCallFor()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2493 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
2529 if (DestIsSigned) in getCastOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2800 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
2837 if (DestIsSigned) in getCastOpcode()
/external/llvm/lib/IR/
DInstructions.cpp2982 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3019 if (DestIsSigned) in getCastOpcode()