HomeSort by relevance Sort by last modified time
    Searched refs:ConstantFPSDNode (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 57 if (isa<ConstantFPSDNode>(Node)) return true;
SelectionDAG.cpp 77 // ConstantFPSDNode Class
84 bool ConstantFPSDNode::isExactlyValue(const APFloat& V) const {
88 bool ConstantFPSDNode::isValueValidForType(EVT VT,
141 } else if (isa<ConstantFPSDNode>(NotZero)) {
142 if (cast<ConstantFPSDNode>(NotZero)->getValueAPF()
183 } else if (isa<ConstantFPSDNode>(Zero)) {
184 if (!cast<ConstantFPSDNode>(Zero)->getValueAPF().isPosZero())
377 ID.AddPointer(cast<ConstantFPSDNode>(N)->getConstantFPValue());
812 assert(!isa<ConstantFPSDNode>(N) && "Bad ConstantFPSDNode!");
    [all...]
DAGCombiner.cpp 463 APFloat V = cast<ConstantFPSDNode>(Op)->getValueAPF();
489 if (ConstantFPSDNode *N0CFP = dyn_cast<ConstantFPSDNode>(Op.getOperand(0)))
    [all...]
SelectionDAGDumper.cpp 371 } else if (const ConstantFPSDNode *CSDN = dyn_cast<ConstantFPSDNode>(this)) {
InstrEmitter.cpp 349 } else if (ConstantFPSDNode *F = dyn_cast<ConstantFPSDNode>(Op)) {
    [all...]
LegalizeDAG.cpp 130 SDValue ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP);
241 SelectionDAGLegalize::ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP) {
263 if (ConstantFPSDNode::isValueValidForType(SVT, CFP->getValueAPF()) &&
648 if (ConstantFPSDNode *CFP = dyn_cast<ConstantFPSDNode>(ST->getValue())) {
    [all...]
LegalizeFloatTypes.cpp 62 R = SoftenFloatRes_ConstantFP(cast<ConstantFPSDNode>(N));
126 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(ConstantFPSDNode *N) {
    [all...]
LegalizeTypes.h 386 SDValue SoftenFloatRes_ConstantFP(ConstantFPSDNode *N);
    [all...]
TargetLowering.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 460 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(Node);
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 521 if (ConstantFPSDNode *CFP = dyn_cast<ConstantFPSDNode>(Op))
687 if (ConstantFPSDNode *CFP = dyn_cast<ConstantFPSDNode>(N->getOperand(0)))
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 95 //! ConstantFPSDNode predicate for representing floats as 16-bit sign ext.
97 isFPS16Immediate(ConstantFPSDNode *FPN, short &Imm)
    [all...]
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 133 milliseconds