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

1 2

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 164 void visitFPToUIInst(FPToUIInst &I);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 183 RetTy visitFPToUIInst(FPToUIInst &I) { DELEGATE(CastInst); }
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.h 157 void visitFPToUIInst(FPToUIInst &I);
  /external/spirv-llvm/lib/SPIRV/
SPIRVToOCL20.cpp 513 !isa<FPExtInst>(Cast) && !isa<FPToUIInst>(Cast) &&
531 mapLLVMTypeToOCLType(dstVecTy, !isa<FPToUIInst>(Cast));
  /external/llvm/include/llvm/IR/
InstVisitor.h 190 RetTy visitFPToUIInst(FPToUIInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 193 RetTy visitFPToUIInst(FPToUIInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 193 RetTy visitFPToUIInst(FPToUIInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 193 RetTy visitFPToUIInst(FPToUIInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 193 RetTy visitFPToUIInst(FPToUIInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 193 RetTy visitFPToUIInst(FPToUIInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 193 RetTy visitFPToUIInst(FPToUIInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 193 RetTy visitFPToUIInst(FPToUIInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 193 RetTy visitFPToUIInst(FPToUIInst &I) { DELEGATE(CastInst);}
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombine.h 164 Instruction *visitFPToUI(FPToUIInst &FI);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
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 403 isa<FPToUIInst>(J) || isa<FPToSIInst>(J)) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 297 Instruction *visitFPToUI(FPToUIInst &FI);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 41 class FPToUIInst;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 45 class FPToUIInst;
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 537 return PT->push_back(new FPToUIInst(V, DestTy, "FC", BB->getTerminator()));

Completed in 828 milliseconds

1 2