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

1 2

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 162 void visitUIToFPInst(UIToFPInst &I);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 185 RetTy visitUIToFPInst(UIToFPInst &I) { DELEGATE(CastInst); }
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.h 155 void visitUIToFPInst(UIToFPInst &I);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 143 void visitUIToFPInst(UIToFPInst &I);
  /external/spirv-llvm/lib/SPIRV/
SPIRVToOCL20.cpp 514 !isa<FPToSIInst>(Cast) && !isa<UIToFPInst>(Cast) &&
536 // signed source, ZExt and UIToFPInst are for unsigned source.
537 if(isa<ZExtInst>(Cast) || isa<UIToFPInst>(Cast))
  /external/llvm/include/llvm/IR/
InstVisitor.h 192 RetTy visitUIToFPInst(UIToFPInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstVisitor.h 195 RetTy visitUIToFPInst(UIToFPInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
Verifier.cpp 264 void visitUIToFPInst(UIToFPInst &I);
    [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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 72 class UIToFPInst;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 430 } else if (isa<UIToFPInst>(J) || isa<SIToFPInst>(J) ||
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 78 class UIToFPInst;
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 546 return PT->push_back(new UIToFPInst(V, DestTy, "FC", BB->getTerminator()));
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
llvm-stress.cpp 599 return PT->push_back(new UIToFPInst(V, DestTy, "FC", BB->getTerminator()));
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 917 } else if (UIToFPInst *OpC = dyn_cast<UIToFPInst>(Op)) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h 515 macro(UIToFPInst) \
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 271 return convertCastInstruction(cast<UIToFPInst>(Instr),
    [all...]

Completed in 819 milliseconds

1 2