Searched defs:isInteger (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Dparser.rb181 def isInteger(token) method
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSCalculationValue.h82 bool isInteger() const { return m_isInteger; } function in class:WebCore::CSSCalcExpressionNode
85 CSSCalcExpressionNode(CalculationCategory category, bool isInteger) argument
H A DCSSCalculationValue.cpp138 static PassRefPtr<CSSCalcPrimitiveValue> create(CSSPrimitiveValue* value, bool isInteger) argument
237 explicit CSSCalcPrimitiveValue(CSSPrimitiveValue* value, bool isInteger) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITArithmetic32_64.cpp794 Jump isInteger = jump(); local
898 Jump isInteger = jump(); local
H A DJITArithmetic.cpp1044 Jump isInteger = jump(); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDIE.h191 isInteger, enumerator in enum:llvm::DIEValue::__anon10127
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DValueTypes.h171 bool isInteger() const { function in class:llvm::MVT
567 bool isInteger() const { function in struct:llvm::EVT
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT64.cpp1053 JITCompiler::Jump isInteger = m_jit.branch64(MacroAssembler::AboveOrEqual, jsValueGpr, GPRInfo::tagTypeNumberRegister); local
1282 JITCompiler::Jump isInteger = m_jit.branch64(MacroAssembler::AboveOrEqual, value, GPRInfo::tagTypeNumberRegister); local
H A DDFGSpeculativeJIT.cpp2223 JITCompiler::Jump isInteger = m_jit.branch64(MacroAssembler::AboveOrEqual, gpr, GPRInfo::tagTypeNumberRegister); local
2280 JITCompiler::Jump isInteger = m_jit.branch32(MacroAssembler::Equal, tagGPR, TrustedImm32(JSValue::Int32Tag)); local
2427 JITCompiler::Jump isInteger = m_jit.branch64( local
2458 JITCompiler::Jump isInteger = m_jit.branch32( local
H A DDFGSpeculativeJIT.h1904 bool isInteger(Node* node) function in class:JSC::DFG::SpeculativeJIT
H A DDFGSpeculativeJIT32_64.cpp1004 JITCompiler::Jump isInteger = m_jit.branch32(MacroAssembler::Equal, JITCompiler::tagFor(virtualRegister), TrustedImm32(JSValue::Int32Tag)); local
1039 JITCompiler::Jump isInteger = m_jit.branch32(MacroAssembler::Equal, tagGPR, TrustedImm32(JSValue::Int32Tag)); local
1269 JITCompiler::Jump isInteger = m_jit.branch32(MacroAssembler::Equal, opTagGPR, TrustedImm32(JSValue::Int32Tag)); local
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DCodeGenDAGPatterns.cpp32 static inline bool isInteger(MVT::SimpleValueType VT) { function
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ddecimfmt.cpp1533 subformat(UnicodeString& appendTo, FieldPositionHandler& handler, DigitList& digits, UBool isInteger, UErrorCode& status) const argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp250 ISD::CondCode ISD::getSetCCInverse(ISD::CondCode Op, bool isInteger) { argument
287 getSetCCOrOperation(ISD::CondCode Op1, ISD::CondCode Op2, bool isInteger) argument
311 getSetCCAndOperation(ISD::CondCode Op1, ISD::CondCode Op2, bool isInteger) argument
[all...]
H A DDAGCombiner.cpp2608 bool isInteger = LL.getValueType().isInteger(); local
3105 bool isInteger = LL.getValueType().isInteger(); local
[all...]

Completed in 235 milliseconds