HomeSort by relevance Sort by last modified time
    Searched refs:FPToUIInst (Results 1 - 25 of 36) 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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 145 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstVisitor.h 193 RetTy visitFPToUIInst(FPToUIInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /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...]
Verifier.cpp 262 void visitFPToUIInst(FPToUIInst &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 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 431 isa<FPToUIInst>(J) || isa<FPToSIInst>(J)) {
  /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()));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 378 Instruction *visitFPToUI(FPToUIInst &FI);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
llvm-stress.cpp 591 return PT->push_back(new FPToUIInst(V, DestTy, "FC", BB->getTerminator()));
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h 508 macro(FPToUIInst) \
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 265 return convertCastInstruction(cast<FPToUIInst>(Instr),
    [all...]

Completed in 448 milliseconds

1 2