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

1 2

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 161 void visitFPExtInst(FPExtInst &I);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 182 RetTy visitFPExtInst(FPExtInst &I) { DELEGATE(CastInst); }
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.h 154 void visitFPExtInst(FPExtInst &I);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 142 void visitFPExtInst(FPExtInst &I);
  /external/llvm/include/llvm/IR/
InstVisitor.h 189 RetTy visitFPExtInst(FPExtInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstVisitor.h 192 RetTy visitFPExtInst(FPExtInst &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/spirv-llvm/lib/SPIRV/
SPIRVToOCL20.cpp 513 !isa<FPExtInst>(Cast) && !isa<FPToUIInst>(Cast) &&
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 39 class FPExtInst;
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineAddSub.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 43 class FPExtInst;
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 558 new FPExtInst(V, DestTy, "ZE", BB->getTerminator()));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 810 if (isa<SExtInst>(CI) || isa<ZExtInst>(CI) || isa<FPExtInst>(CI))
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
llvm-stress.cpp 609 new FPExtInst(V, DestTy, "ZE", BB->getTerminator()));
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 863 if (FPExtInst *Cast = dyn_cast<FPExtInst>(Val)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]

Completed in 3150 milliseconds

1 2