Home
last modified time | relevance | path

Searched defs:CmpVal (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp736 Register OldValRes, Register SuccessRes, Register Addr, Register CmpVal, in buildAtomicCmpXchgWithSuccess()
764 Register CmpVal, Register NewVal, in buildAtomicCmpXchg()
DLegalizerHelper.cpp2062 Register CmpVal = MI.getOperand(3).getReg(); in lower() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp363 double CmpVal = IsUnsigned ? -(double)Limit * 2.0 : -(double)Limit; in LowerFPToInt() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp2169 SDValue CmpVal = Mem->getOperand(2); in SelectATOMIC_CMP_SWAP() local
2187 SDValue CmpVal = Mem->getOperand(2); in SelectATOMIC_CMP_SWAP() local
DAMDGPULegalizerInfo.cpp1783 Register CmpVal = MI.getOperand(2).getReg(); in legalizeAtomicCmpXChg() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2286 uint64_t Mask, uint64_t CmpVal, in getTestUnderMaskCond()
2383 uint64_t CmpVal = ConstOp1->getZExtValue(); in adjustForTestUnderMask() local
3939 SDValue CmpVal = Node->getOperand(2); in lowerATOMIC_CMP_SWAP() local
7293 Register CmpVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4254 APInt CmpVal = APInt::getOneBitSet(TypeBits, ShAmt); in foldICmpEquality() local
5057 unsigned CmpVal = CI->countTrailingZeros(); in foldICmpUsingKnownBits() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp2866 Value *CmpVal, Value *NewVal, Value *Mask, AtomicOrdering Ord) const { in emitMaskedAtomicCmpXchgIntrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1700 Value *CmpVal = Constant::getNullValue(ShadowTy); in instrumentAddress() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1743 Value *CmpVal, Value *NewVal, Value *Mask, AtomicOrdering Ord) const { in emitMaskedAtomicCmpXchgIntrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1910 Register CmpVal = MI.getOperand(2).getReg(); in emitAtomicCmpSwapPartword() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp5338 static bool isUndefOrEqual(int Val, int CmpVal) { in isUndefOrEqual()