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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMCodeGenPrepare.cpp 428 Type *TruncTy = OrigTy;
431 TruncTy = PtrTy->getElementType();
434 TruncTy = F->getFunctionType()->getReturnType();
443 TruncTy = Call->getFunctionType()->getParamType(i);
445 if (TruncTy == ExtTy)
448 LLVM_DEBUG(dbgs() << "ARM CGP: Creating " << *TruncTy
451 auto *Trunc = cast<Instruction>(Builder.CreateTrunc(Op, TruncTy));
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 362 Type *&TruncTy,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 386 Type *&TruncTy,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 533 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth);
534 auto *LHS = CastInst::Create(Instruction::Trunc, Instr->getOperand(0), TruncTy,
536 auto *RHS = CastInst::Create(Instruction::Trunc, Instr->getOperand(1), TruncTy,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp 1036 IntegerType *TruncTy = cast<IntegerType>(OrigTy);
1037 Value *Mask = ConstantInt::get(DestTy, (1u << TruncTy->getBitWidth()) - 1);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 196 milliseconds