Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3437 unsigned CmpVal = ValToCheck.countTrailingZeros(); in visitICmpInst() local
3441 unsigned CmpVal = ValToCheck.countTrailingZeros() - 1; in visitICmpInst() local
3481 unsigned CmpVal = ValToCheck.countTrailingZeros(); in visitICmpInst() local
3485 unsigned CmpVal = ValToCheck.countTrailingZeros(); in visitICmpInst() local
4221 APInt CmpVal = APInt::getOneBitSet(TypeBits, ShAmt); in visitICmpInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp673 unsigned OldValRes, unsigned SuccessRes, unsigned Addr, unsigned CmpVal, in buildAtomicCmpXchgWithSuccess()
701 unsigned CmpVal, unsigned NewVal, in buildAtomicCmpXchg()
DLegalizerHelper.cpp937 unsigned CmpVal = MI.getOperand(3).getReg(); in lower() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp1383 SDValue CmpVal = Mem->getOperand(2); in SelectATOMIC_CMP_SWAP() local
1401 SDValue CmpVal = Mem->getOperand(2); in SelectATOMIC_CMP_SWAP() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp218 double CmpVal = IsUnsigned ? -(double)Limit * 2.0 : -(double)Limit; in LowerFPToInt() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1969 unsigned CmpVal = Op0KnownZeroInverted.countTrailingZeros(); in visitICmpInst() local
2006 unsigned CmpVal = Op0KnownZeroInverted.countTrailingZeros(); in visitICmpInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp1787 SDValue CmpVal = Mem->getOperand(2); in SelectATOMIC_CMP_SWAP() local
1805 SDValue CmpVal = Mem->getOperand(2); in SelectATOMIC_CMP_SWAP() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1880 uint64_t Mask, uint64_t CmpVal, in getTestUnderMaskCond()
1977 uint64_t CmpVal = ConstOp1->getZExtValue(); in adjustForTestUnderMask() local
3330 SDValue CmpVal = Node->getOperand(2); in lowerATOMIC_CMP_SWAP() local
5570 unsigned CmpVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2027 uint64_t Mask, uint64_t CmpVal, in getTestUnderMaskCond()
2124 uint64_t CmpVal = ConstOp1->getZExtValue(); in adjustForTestUnderMask() local
3544 SDValue CmpVal = Node->getOperand(2); in lowerATOMIC_CMP_SWAP() local
6549 unsigned CmpVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3562 APInt CmpVal = APInt::getOneBitSet(TypeBits, ShAmt); in foldICmpEquality() local
4348 unsigned CmpVal = CI->countTrailingZeros(); in foldICmpUsingKnownBits() local
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp1181 unsigned CmpVal = MI->getOperand(2).getReg(); in EmitAtomicCmpSwapPartword() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1159 Value *CmpVal = Constant::getNullValue(ShadowTy); in instrumentAddress() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1546 Value *CmpVal = Constant::getNullValue(ShadowTy); in instrumentAddress() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1778 unsigned CmpVal = MI.getOperand(2).getReg(); in emitAtomicCmpSwapPartword() local
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1497 unsigned CmpVal = MI.getOperand(2).getReg(); in emitAtomicCmpSwapPartword() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp3109 static bool isUndefOrEqual(int Val, int CmpVal) { in isUndefOrEqual()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp4824 static bool isUndefOrEqual(int Val, int CmpVal) { in isUndefOrEqual()