/external/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 93 case Instruction::FPTrunc: in needsFP()
|
D | MipsFastISel.cpp | 1412 case Instruction::FPTrunc: in fastSelectInstruction()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 115 case Instruction::FPTrunc: in createReplacementInstr()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2032 case Instruction::FPTrunc: in isNoopCast() 2305 case FPTrunc: return new FPTruncInst (S, Ty, Name, InsertBefore); in Create() 2327 case FPTrunc: return new FPTruncInst (S, Ty, Name, InsertAtEnd); in Create() 2498 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast() 2511 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt)); in CreateFPCast() 2691 return FPTrunc; // FP -> smaller FP in getCastOpcode() 2768 case Instruction::FPTrunc: in castIsValid() 2887 ) : CastInst(Ty, FPTrunc, S, Name, InsertBefore) { in FPTruncInst() 2893 ) : CastInst(Ty, FPTrunc, S, Name, InsertAtEnd) { in FPTruncInst()
|
D | Instruction.cpp | 227 case FPTrunc: return "fptrunc"; in getOpcodeName()
|
D | Constants.cpp | 1228 case Instruction::FPTrunc: in getWithOperands() 1582 case Instruction::FPTrunc: in getCast() 1670 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt); in getFPCast() 1725 return getFoldedCast(Instruction::FPTrunc, C, Ty, OnlyIfReduced); in getFPTrunc() 2982 case Instruction::FPTrunc: in getAsInstruction()
|
D | ConstantFold.cpp | 587 case Instruction::FPTrunc: in ConstantFoldCastInstruction() 1361 case Instruction::FPTrunc: in evaluateFCmpRelation() 1503 case Instruction::FPTrunc: in evaluateICmpRelation()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 152 HANDLE_CAST_INST(40, FPTrunc , FPTruncInst ) // Truncate floating point
|
D | IRBuilder.h | 1226 return CreateCast(Instruction::FPTrunc, V, DestTy, Name);
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 637 case Instruction::FPTrunc: in CanEvaluateShuffled() 722 case Instruction::FPTrunc: in BuildNew() 800 case Instruction::FPTrunc: in EvaluateInDifferentElementOrder()
|
D | InstCombineSimplifyDemanded.cpp | 1248 case Instruction::FPTrunc: in SimplifyDemandedVectorElts()
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 454 case Instruction::FPTrunc: in getInstructionCost()
|
D | ValueTracking.cpp | 1134 case Instruction::FPTrunc: in computeKnownBits() 2300 case Instruction::FPTrunc: in CannotBeOrderedLessThanZero()
|
D | ConstantFolding.cpp | 1071 case Instruction::FPTrunc: in ConstantFoldInstOperands()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ARCInstKind.cpp | 288 case Instruction::FPTrunc: in GetARCInstKind()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 850 case Instruction::FPTrunc: Out << "Instruction::FPTrunc"; break; in printConstant() 1401 case Instruction::FPTrunc: in printInstruction() 1416 case Instruction::FPTrunc: Out << "FPTruncInst"; break; in printInstruction()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 715 INSTKEYWORD(fptrunc, FPTrunc); in LexIdentifier()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1158 case Instruction::FPTrunc: in buildTree_rec() 1462 case Instruction::FPTrunc: in getEntryCost() 2170 case Instruction::FPTrunc: in vectorizeTree()
|
D | LoopVectorize.cpp | 3274 case Instruction::FPTrunc: in vectorizeBlockInLoop() 5163 case Instruction::FPTrunc: in getInstructionCost()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 1311 case Instruction::FPTrunc: in ResolvedUndefsIn()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 654 case Instruction::FPTrunc: { in getConstantValue()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1560 case FPTrunc: return ISD::FP_ROUND; in InstructionOpcodeToISD()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2109 I->getOpcode() == Instruction::FPTrunc) && in X86SelectFPExtOrFPTrunc() 3216 case Instruction::FPTrunc: in fastSelectInstruction()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 192 | FPTrunc Constructor
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1830 case Instruction::FPTrunc: in fastSelectInstruction()
|