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

1 2

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 358 if (SIToFPInst *LHSConv = dyn_cast<SIToFPInst>(LHS)) {
373 return new SIToFPInst(NewAdd, I.getType());
378 if (SIToFPInst *RHSConv = dyn_cast<SIToFPInst>(RHS)) {
389 return new SIToFPInst(NewAdd, I.getType());
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 163 void visitSIToFPInst(SIToFPInst &I);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 186 RetTy visitSIToFPInst(SIToFPInst &I) { DELEGATE(CastInst); }
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.h 156 void visitSIToFPInst(SIToFPInst &I);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 144 void visitSIToFPInst(SIToFPInst &I);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstVisitor.h 193 RetTy visitSIToFPInst(SIToFPInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstVisitor.h 196 RetTy visitSIToFPInst(SIToFPInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 402 } else if (isa<UIToFPInst>(J) || isa<SIToFPInst>(J) ||
  /external/spirv-llvm/lib/SPIRV/
SPIRVToOCL20.cpp 515 !isa<SIToFPInst>(Cast))
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 66 class SIToFPInst;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 430 } else if (isa<UIToFPInst>(J) || isa<SIToFPInst>(J) ||
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 71 class SIToFPInst;
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 545 new SIToFPInst(V, DestTy, "FC", BB->getTerminator()));
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
llvm-stress.cpp 598 new SIToFPInst(V, DestTy, "FC", BB->getTerminator()));
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]

Completed in 987 milliseconds

1 2