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

/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGJITCodeGenerator.cpp171 JITCompiler::Jump isInteger = m_jit.branchPtr(MacroAssembler::AboveOrEqual, jsValueReg, JITCompiler::tagTypeNumberRegister); local
182 isInteger.link(&m_jit);
H A DDFGJITCompiler.cpp54 Jump isInteger = branchPtr(MacroAssembler::AboveOrEqual, tempReg, tagTypeNumberRegister); local
59 isInteger.link(this);
H A DDFGNonSpeculativeJIT.cpp70 JITCompiler::Jump isInteger = m_jit.branchPtr(MacroAssembler::AboveOrEqual, jsValueReg, JITCompiler::tagTypeNumberRegister); local
90 isInteger.link(&m_jit);
105 JITCompiler::Jump isInteger = m_jit.branchPtr(MacroAssembler::AboveOrEqual, jsValueReg, JITCompiler::tagTypeNumberRegister); local
117 isInteger.link(&m_jit);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h191 isInteger, enumerator in enum:llvm::DIEValue::__anon8646
232 explicit DIEInteger(uint64_t I) : DIEValue(isInteger), Integer(I) {}
261 static bool classof(const DIEValue *I) { return I->getType() == isInteger; }
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h164 /// isInteger - Return true if this is an integer, or a vector integer type.
165 bool isInteger() const { function in class:llvm::MVT
522 /// isInteger - Return true if this is an integer, or a vector integer type.
523 bool isInteger() const { function in struct:llvm::EVT
524 return isSimple() ? V.isInteger() : isExtendedInteger();
658 assert(isInteger() && !isVector() && "Invalid integer type!");
670 assert(isInteger() && !isVector() && "Invalid integer type!");
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp32 static inline bool isInteger(MVT::SimpleValueType VT) { function
33 return EVT(VT).isInteger();
104 if (isInteger(TypeVec[i]))
234 return FillWithPossibleTypes(TP, isInteger, "integer");
242 if (!isInteger(TypeVec[i]))
392 if (isInteger(TypeVec[i])) {
397 if (isInteger(TypeVec[i]) && TypeVec[i] < SmallestInt)
416 if (isInteger(*TVI)) {
448 if (isInteger(Other.TypeVec[i])) {
453 if (isInteger(Othe
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp796 if (VT.isVector() || !VT.isInteger())
854 if (VT.isVector() || !VT.isInteger())
898 if (VT.isVector() || !VT.isInteger())
927 if (VT.isVector() || !VT.isInteger())
1458 if (VT.isInteger() && !VT.isVector()) {
2355 if (In0Ty.isInteger() && In1Ty.isInteger() && In0Ty == In1Ty) {
2569 LL.getValueType().isInteger()) {
2598 bool isInteger = LL.getValueType().isInteger(); local
3095 bool isInteger = LL.getValueType().isInteger(); local
[all...]
H A DSelectionDAG.cpp252 ISD::CondCode ISD::getSetCCInverse(ISD::CondCode Op, bool isInteger) { argument
254 if (isInteger)
290 bool isInteger) {
291 if (isInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3)
303 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
314 bool isInteger) {
315 if (isInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3)
323 if (isInteger) {
810 assert(!VT.isVector() && (VT.isInteger() || VT.isFloatingPoint()) &&
815 assert(N->getOperand(0).getValueType().isInteger()
289 getSetCCOrOperation(ISD::CondCode Op1, ISD::CondCode Op2, bool isInteger) argument
313 getSetCCAndOperation(ISD::CondCode Op1, ISD::CondCode Op2, bool isInteger) argument
[all...]
/external/clang/include/clang/AST/
H A DType.h1796 bool isInteger() const { function in class:clang::BuiltinType
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 174 milliseconds