Home
last modified time | relevance | path

Searched refs:Zero32 (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp346 Value *Zero32 = ConstantInt::get(Type::getInt32Ty(Ctx), 0); in runOnFunction() local
364 Value *ICmp = IRB.CreateICmp(CmpInst::ICMP_NE, TDC, Zero32); in runOnFunction()
/third_party/libsnd/src/ALAC/
Dalac_decoder.c54 static void Zero32 (int32_t * buffer, uint32_t numItems, uint32_t stride) ;
571 Zero32 (fill32, numSamples, numChannels) ; in alac_decode()
641 static void Zero32 (int32_t * buffer, uint32_t numItems, uint32_t stride) in Zero32() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp1653 Register Zero32 = MRI.createVirtualRegister(&X86::GR32RegClass); in selectDivRem() local
1655 Zero32); in selectDivRem()
1663 .addReg(Zero32, 0, X86::sub_16bit); in selectDivRem()
1667 .addReg(Zero32); in selectDivRem()
1672 .addReg(Zero32) in selectDivRem()
DX86FastISel.cpp1952 unsigned Zero32 = createResultReg(&X86::GR32RegClass); in X86SelectDivRem() local
1954 TII.get(X86::MOV32r0), Zero32); in X86SelectDivRem()
1962 .addReg(Zero32, 0, X86::sub_16bit); in X86SelectDivRem()
1966 .addReg(Zero32); in X86SelectDivRem()
1970 .addImm(0).addReg(Zero32).addImm(X86::sub_32bit); in X86SelectDivRem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp987 Constant *Zero32 = Builder.getInt32(0); in insertCounterWriteout() local
989 Constant *TwoZero32s[] = {Zero32, Zero32}; in insertCounterWriteout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp1456 const auto Zero32 = B.buildConstant(S32, 0); in legalizeIntrinsicTrunc() local
1459 auto SignBit64 = B.buildMerge(S64, {Zero32.getReg(0), SignBit.getReg(0)}); in legalizeIntrinsicTrunc()
1466 auto ExpLt0 = B.buildICmp(CmpInst::ICMP_SLT, S1, Exp, Zero32); in legalizeIntrinsicTrunc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp3858 auto Zero32 = MIRBuilder.buildConstant(S32, 0); in lowerU64ToF32BitOps() local
3867 auto E = MIRBuilder.buildSelect(S32, NotZero, Sub, Zero32); in lowerU64ToF32BitOps()
3887 auto Select0 = MIRBuilder.buildSelect(S32, TCmp, VTrunc1, Zero32); in lowerU64ToF32BitOps()