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

  /external/llvm/lib/Target/AMDGPU/
SITypeRewriter.cpp 144 if (I.getDestTy() != v4i32) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryBuiltins.cpp 146 MallocType = cast<PointerType>(BCI->getDestTy());
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 406 CI->getDestTy()->getScalarType()->isPPC_FP128Ty() ||
408 isLargeIntegerTy(TT.isArch32Bit(), CI->getDestTy()->getScalarType()))
  /external/llvm/include/llvm/IR/
Operator.h 491 Type *getDestTy() const {
InstrTypes.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 473 VectorType *VT = dyn_cast<VectorType>(CI.getDestTy());
491 VectorType *DstVT = dyn_cast<VectorType>(BCI.getDestTy());
LoopStrengthReduce.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.cpp 551 Type *DstTy = BIC->getDestTy();
SPIRVToOCL20.cpp 519 Type * dstVecTy = Cast.getDestTy();
SPIRVWriter.cpp 836 if (Cast->getDestTy()->getPointerAddressSpace() == SPIRAS_Generic) {
841 assert(Cast->getDestTy()->getPointerAddressSpace() != SPIRAS_Constant &&
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 604 Type* getDestTy() const { return getType(); }
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 261 MallocType = cast<PointerType>(BCI->getDestTy());
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 506 LoadInst *NewLoad = combineLoadToNewType(IC, LI, CI->getDestTy());
    [all...]
InstCombineVectorOps.cpp     [all...]
InstCombineMulDivRem.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
InstructionCombining.cpp 749 VectorType *DestTy = dyn_cast<VectorType>(BC->getDestTy());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp 568 VectorType *DestTy = dyn_cast<VectorType>(BC->getDestTy());
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 943 milliseconds