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

1 2 3 4 5

  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 91 case Instruction::UIToFP:
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 45 // integer domain to FP domain (uitofp,sitofp), we terminate our walk.
193 case Instruction::UIToFP: {
247 case Instruction::UIToFP:
438 if (I->getOpcode() == Instruction::UIToFP ||
476 case Instruction::UIToFP:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsOs16.cpp 89 case Instruction::UIToFP:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Float2Int.cpp 45 // integer domain to FP domain (uitofp,sitofp), we terminate our walk.
193 case Instruction::UIToFP:
240 case Instruction::UIToFP:
424 if (I->getOpcode() == Instruction::UIToFP ||
462 case Instruction::UIToFP:
SpeculativeExecution.cpp 235 case Instruction::UIToFP:
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 113 case Instruction::UIToFP:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 113 case Instruction::UIToFP:
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 38 LLVMOpcode = Instruction::UIToFP;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 651 if (Opcode == Instruction::SIToFP || Opcode == Instruction::UIToFP ||
669 (Opcode == Instruction::SIToFP || Opcode == Instruction::UIToFP))
705 if (Opcode == Instruction::SIToFP || Opcode == Instruction::UIToFP)
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 675 case Instruction::UIToFP:
760 case Instruction::UIToFP:
    [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 447 case Instruction::UIToFP:
ObjCARCInstKind.cpp 298 case Instruction::UIToFP:
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instruction.cpp 144 case UIToFP: return "uitofp";
Instructions.cpp     [all...]
Constants.cpp 809 case Instruction::UIToFP:
877 case Instruction::UIToFP:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LibCallsShrinkWrap.cpp 454 if (Opcode == Instruction::UIToFP || Opcode == Instruction::SIToFP) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp 526 opc == Instruction::UIToFP || opc == Instruction::SIToFP)
679 case Instruction::UIToFP:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 529 opc == Instruction::UIToFP || opc == Instruction::SIToFP)
668 case Instruction::UIToFP:
    [all...]
Instruction.cpp 309 case UIToFP: return "uitofp";
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 449 case Instruction::UIToFP:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CFLGraph.h 534 case Instruction::UIToFP:
ObjCARCInstKind.cpp 304 case Instruction::UIToFP:

Completed in 1556 milliseconds

1 2 3 4 5