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

1 2 3 4

  /external/spirv-llvm/lib/SPIRV/
SPIRVLowerBool.cpp 77 virtual void visitTruncInst(TruncInst &I) {
  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 166 if (isa<TruncInst>(Inst) && isa<SExtInst>(Inst->getOperand(0))) {
195 if (isa<TruncInst>(Inst))
281 if (isa<SExtInst>(Inst) || isa<TruncInst>(Inst)) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp 429 Instruction *InstCombiner::visitTrunc(TruncInst &CI) {
660 if (0 && isa<TruncInst>(I) && I->getOperand(0)->getType() == Ty)
749 if (CI.hasOneUse() && isa<TruncInst>(CI.use_back()))
798 if (TruncInst *CSrc = dyn_cast<TruncInst>(Src)) { // A->B->C cast
    [all...]
InstCombineShifts.cpp 359 if (TruncInst *TI = dyn_cast<TruncInst>(Op0)) {
398 return new TruncInst(And, I.getType());
InstCombineCalls.cpp 327 if (TruncInst *TI = dyn_cast<TruncInst>(II->getArgOperand(0))) {
334 return new TruncInst(V, TI->getType());
    [all...]
InstCombine.h 159 Instruction *visitTrunc(TruncInst &CI);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 439 static Instruction *foldVecTruncToExtElt(TruncInst &Trunc, InstCombiner &IC,
477 Instruction *InstCombiner::visitTrunc(TruncInst &CI) {
735 if (isa<TruncInst>(I) && I->getOperand(0)->getType() == Ty)
    [all...]
InstCombineShifts.cpp 371 if (TruncInst *TI = dyn_cast<TruncInst>(Op0)) {
410 return new TruncInst(And, I.getType());
    [all...]
InstCombinePHI.cpp 739 if (isa<TruncInst>(UserI)) {
746 !UserI->hasOneUse() || !isa<TruncInst>(UserI->user_back()) ||
    [all...]
  /external/llvm/lib/Analysis/
VectorUtils.cpp 335 if ((isa<TruncInst>(&I) || isa<ICmpInst>(&I)) &&
340 if (TTI && isa<TruncInst>(&I) && TTI->isTypeLegal(I.getType()))
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 157 void visitTruncInst(TruncInst &I);
  /external/llvm/lib/Target/PowerPC/
PPCBoolRetToInt.cpp 238 Value *BackToBool = new TruncInst(IntRetVal, Int1Ty, "backToBool", I);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 178 RetTy visitTruncInst(TruncInst &I) { DELEGATE(CastInst); }
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.h 150 void visitTruncInst(TruncInst &I);
  /external/llvm/include/llvm/IR/
InstVisitor.h 185 RetTy visitTruncInst(TruncInst &I) { DELEGATE(CastInst);}
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 271 if (isa<TruncInst>(U) &&
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 188 RetTy visitTruncInst(TruncInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 188 RetTy visitTruncInst(TruncInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 188 RetTy visitTruncInst(TruncInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 188 RetTy visitTruncInst(TruncInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 188 RetTy visitTruncInst(TruncInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 188 RetTy visitTruncInst(TruncInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 188 RetTy visitTruncInst(TruncInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 188 RetTy visitTruncInst(TruncInst &I) { DELEGATE(CastInst);}
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]

Completed in 985 milliseconds

1 2 3 4