HomeSort by relevance Sort by last modified time
    Searched refs:getDestTy (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Target/AMDGPU/
SITypeRewriter.cpp 141 if (I.getDestTy() != v4i32) {
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 394 CI->getDestTy()->getScalarType()->isPPC_FP128Ty() ||
396 isLargeIntegerTy(TT.isArch32Bit(), CI->getDestTy()->getScalarType()))
  /external/llvm/include/llvm/IR/
Operator.h 490 Type *getDestTy() const {
InstrTypes.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 470 VectorType *VT = dyn_cast<VectorType>(CI.getDestTy());
488 VectorType *DstVT = dyn_cast<VectorType>(BCI.getDestTy());
ScalarReplAggregates.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 254 MallocType = cast<PointerType>(BCI->getDestTy());
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 502 LoadInst *NewLoad = combineLoadToNewType(IC, LI, CI->getDestTy());
    [all...]
InstCombineVectorOps.cpp     [all...]
InstCombineMulDivRem.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
InstructionCombining.cpp 753 VectorType *DestTy = dyn_cast<VectorType>(BC->getDestTy());
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 542 milliseconds