Home
last modified time | relevance | path

Searched defs:CmpVal (Results 1 – 9 of 9) 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/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/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1969 unsigned CmpVal = Op0KnownZeroInverted.countTrailingZeros(); in visitICmpInst() local
2006 unsigned CmpVal = Op0KnownZeroInverted.countTrailingZeros(); in visitICmpInst() 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/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/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/llvm/lib/Target/X86/
DX86ISelLowering.cpp4215 static bool isUndefOrEqual(int Val, int CmpVal) { in isUndefOrEqual()