HomeSort by: relevance | last modified time | path
    Searched refs:FPExt (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ReplaceConstant.cpp 59 case Instruction::FPExt:
Instructions.cpp 2698 case Instruction::FPExt:
2750 // FPEXT < FloatPt n/a FloatPt n/a
2779 { 99,99,99, 2, 2,99,99, 8, 2,99,99, 4, 0}, // FPExt |
2955 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore);
2977 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd);
3149 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt));
3162 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt));
3289 return FPExt; // FP -> larger FP
3366 case Instruction::FPExt:
3479 ) : CastInst(Ty, FPExt, S, Name, InsertBefore)
    [all...]
Constants.cpp 1539 case Instruction::FPExt:
1994 case Instruction::FPExt:
2079 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt);
2146 return getFoldedCast(Instruction::FPExt, C, Ty, OnlyIfReduced);
3492 case Instruction::FPExt:
Instruction.cpp 369 case FPExt: return "fpext";
ConstantFold.cpp 629 case Instruction::FPExt:
1653 case Instruction::FPExt:
1800 case Instruction::FPExt:
ConstantRange.cpp 681 case Instruction::FPExt:
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsOs16.cpp 91 case Instruction::FPExt:
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SpeculativeExecution.cpp 238 case Instruction::FPExt:
GVNSink.cpp 476 case Instruction::FPExt:
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVELaneInterleavingPass.cpp 188 case Instruction::FPExt:
340 bool FPext = isa<FPExtInst>(I);
342 Value *Ext = FPext ? Builder.CreateFPExt(Shuffle, I->getType())
ARMTargetTransformInfo.cpp 431 (Opcode == Instruction::FPExt || Opcode == Instruction::FPTrunc) &&
557 // Vector fptrunc/fpext conversions.
1409 // MVE can optimize a fpext(load(4xhalf)) using an extending integer load.
1792 case Instruction::FPExt:
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CallingConvLower.h 51 FPExt, // The floating-point value is fp-extended in the location.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 1608 if (auto *FPExt = dyn_cast<FPExtInst>(V))
1609 return FPExt->getOperand(0)->getType();
1619 // a splat. For splats of constant values the fpext is wrapped up as a
1622 if (FPCExt->getOpcode() == Instruction::FPExt)
1793 // fptrunc (select Cond, (fpext X), Y --> select Cond, X, (fptrunc Y)
1800 // fptrunc (select Cond, Y, (fpext X) --> select Cond, (fptrunc Y), X
1823 // operation to be itself an fpext from the type to which we're
1859 Instruction *InstCombinerImpl::visitFPExt(CastInst &FPExt) {
1862 Type *Ty = FPExt.getType();
1863 Value *Src = FPExt.getOperand(0)
    [all...]
InstCombineVectorOps.cpp 1517 case Instruction::FPExt:
1608 case Instruction::FPExt: {
1676 case Instruction::FPExt:
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CFLGraph.h 539 case Instruction::FPExt:
ObjCARCInstKind.cpp 276 case Instruction::FPExt:
TargetTransformInfo.cpp 756 case Instruction::FPExt:
1377 case Instruction::FPExt:
ValueTracking.cpp 1148 case Instruction::FPExt:
3504 case Instruction::FPExt:
3722 case Instruction::FPExt:
6075 case Instruction::FPExt:
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 392 case Instruction::FPExt:
693 case Instruction::FPExt:
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLLexer.cpp 880 INSTKEYWORD(fpext, FPExt);
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 845 if (Opcode == Instruction::FPExt) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 1008 case Instruction::FPExt:
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64CallLowering.cpp 297 if (VA.getLocInfo() != CCValAssign::LocInfo::FPExt) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp 2462 assert((I->getOpcode() == Instruction::FPExt ||
2464 "Instruction must be an FPExt or FPTrunc!");
2496 // fpext from float to double.
3378 case CCValAssign::FPExt:
3616 case Instruction::FPExt:
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 674 case Instruction::FPExt:{

Completed in 61 milliseconds

1 2 3