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

1 2

  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 77 case Instruction::FPExt:
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 115 case Instruction::FPExt:
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp 225 case Instruction::FPTrunc: case Instruction::FPExt:
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 42 FPExt, // The floating-point value is fp-extended in the location.
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 637 case Instruction::FPExt:
722 case Instruction::FPExt: {
799 case Instruction::FPExt:
    [all...]
InstCombineCasts.cpp     [all...]
InstCombineSimplifyDemanded.cpp     [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 447 case Instruction::FPExt:
ConstantFolding.cpp     [all...]
ValueTracking.cpp 410 case Instruction::FPExt:
    [all...]
  /external/llvm/lib/IR/
Instruction.cpp 234 case FPExt: return "fpext";
Instructions.cpp     [all...]
Constants.cpp     [all...]
ConstantFold.cpp 574 case Instruction::FPExt:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 848 case Instruction::FPExt: Out << "Instruction::FPExt"; break;
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 714 INSTKEYWORD(fpext, FPExt);
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 886 case Instruction::FPExt:
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 661 case Instruction::FPExt:{
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 186 | FPExt
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 77 case Instruction::FPExt : return bitc::CAST_FPEXT;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]

Completed in 972 milliseconds

1 2