HomeSort by: relevance | last modified time | path
    Searched refs:getCompareOperand (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
AtomicExpandPass.cpp 153 return DL.getTypeStoreSize(CASI->getCompareOperand()->getType());
299 assert(!CASI->getCompareOperand()->getType()->isFloatingPointTy() &&
301 if (CASI->getCompareOperand()->getType()->isPointerTy() ) {
305 assert(CASI->getCompareOperand()->getType()->isIntegerTy() &&
878 Value *Cmp = CI->getCompareOperand();
898 createMaskInstrs(Builder, CI, CI->getCompareOperand()->getType(), Addr,
1008 Builder, CI, CI->getCompareOperand()->getType(), CI->getPointerOperand(),
1012 Builder.CreateZExt(CI->getCompareOperand(), PMV.WordType), PMV.ShiftAmt,
1088 Type *NewTy = getCorrespondingIntegerType(CI->getCompareOperand()->getType(),
1098 Value *NewCmp = Builder.CreatePtrToInt(CI->getCompareOperand(), NewTy)
    [all...]
CodeGenPrepare.cpp 7831 CmpX->getCompareOperand()->getType(), AS);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 167 getBoundsCheckCond(AI->getPointerOperand(), AI->getCompareOperand(),
MemProfiler.cpp 361 DL.getTypeStoreSizeInBits(XCHG->getCompareOperand()->getType());
ThreadSanitizer.cpp 799 IRB.CreateBitOrPointerCast(CASI->getCompareOperand(), Ty);
HWAddressSanitizer.cpp 682 XCHG->getCompareOperand()->getType(), None);
AddressSanitizer.cpp 1450 XCHG->getCompareOperand()->getType(), None);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 27 Value *Cmp = CXI->getCompareOperand();
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryLocation.cpp 73 CXI->getCompareOperand()->getType())),
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 2134 if (X == CmpXchg && X->getCompareOperand() == SI.getFalseValue())
2141 if (X == CmpXchg && X->getCompareOperand() == SI.getTrueValue())
InstCombineCompares.cpp 5781 if (EVI->getIndices()[0] == 0 && ACXI->getCompareOperand() == Op1 &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 643 Value *getCompareOperand() { return getOperand(1); }
644 const Value *getCompareOperand() const { return getOperand(1); }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 2717 Register Cmp = getOrCreateVReg(*I.getCompareOperand());
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 4984 II, getRegForValue(I->getCompareOperand()), II.getNumDefs() + 1);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 4579 MVT MemVT = getValue(I.getCompareOperand()).getSimpleValueType();
4594 getValue(I.getCompareOperand()),
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 8396 unsigned Size = CI->getCompareOperand()->getType()->getPrimitiveSizeInBits();

Completed in 133 milliseconds