HomeSort by relevance Sort by last modified time
    Searched refs:getCompareOperand (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 127 return DL.getTypeStoreSize(CASI->getCompareOperand()->getType());
160 return DL.getTypeStoreSize(CASI->getCompareOperand()->getType());
297 assert(!CASI->getCompareOperand()->getType()->isFloatingPointTy() &&
299 if (CASI->getCompareOperand()->getType()->isPointerTy() ) {
303 assert(CASI->getCompareOperand()->getType()->isIntegerTy() &&
764 Value *Cmp = CI->getCompareOperand();
786 Builder, CI, CI->getCompareOperand()->getType(), Addr, WordSize);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
AtomicExpandPass.cpp 148 return DL.getTypeStoreSize(CASI->getCompareOperand()->getType());
181 return DL.getTypeStoreSize(CASI->getCompareOperand()->getType());
314 assert(!CASI->getCompareOperand()->getType()->isFloatingPointTy() &&
316 if (CASI->getCompareOperand()->getType()->isPointerTy() ) {
320 assert(CASI->getCompareOperand()->getType()->isIntegerTy() &&
773 Value *Cmp = CI->getCompareOperand();
795 Builder, CI, CI->getCompareOperand()->getType(), Addr, WordSize);
    [all...]
  /external/llvm/lib/Analysis/
MemoryLocation.cpp 54 DL.getTypeStoreSize(CXI->getCompareOperand()->getType()), AATags);
CaptureTracking.cpp 304 if (ACXI->getCompareOperand() == V || ACXI->getNewValOperand() == V ||
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 28 Value *Cmp = CXI->getCompareOperand();
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LowerAtomic.cpp 26 Value *Cmp = CXI->getCompareOperand();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 27 Value *Cmp = CXI->getCompareOperand();
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 199 instrument(AI->getPointerOperand(), AI->getCompareOperand(), DL);
ThreadSanitizer.cpp 630 createIntOrPtrToIntCast(CASI->getCompareOperand(), Ty, IRB);
AddressSanitizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CaptureTracking.cpp 319 if (ACXI->getCompareOperand() == V || ACXI->getNewValOperand() == V ||
MemoryLocation.cpp 54 DL.getTypeStoreSize(CXI->getCompareOperand()->getType()), AATags);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 162 Or = getBoundsCheckCond(AI->getPointerOperand(), AI->getCompareOperand(),
HWAddressSanitizer.cpp 349 *TypeSize = DL.getTypeStoreSizeInBits(XCHG->getCompareOperand()->getType());
ThreadSanitizer.cpp 655 IRB.CreateBitOrPointerCast(CASI->getCompareOperand(), Ty);
AddressSanitizer.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysis.cpp 243 getTypeStoreSize(CXI->getCompareOperand()->getType()),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 241 Alignment = DL.getTypeStoreSize(AI->getCompareOperand()->getType());
242 ValTy = AI->getCompareOperand()->getType();
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h 516 Value *getCompareOperand() { return getOperand(1); }
517 const Value *getCompareOperand() const { return getOperand(1); }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 606 Value *getCompareOperand() { return getOperand(1); }
607 const Value *getCompareOperand() const { return getOperand(1); }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h 611 Value *getCompareOperand() { return getOperand(1); }
612 const Value *getCompareOperand() const { return getOperand(1); }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]

Completed in 2434 milliseconds

1 2