Searched refs:CType (Results 1 – 6 of 6) sorted by relevance
396 typename C::CType compare(const Variable* E, C& Cmp) const { in compare()457 typename C::CType compare(const Future* E, C& Cmp) const { in compare()485 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare()507 typename C::CType compare(const Wildcard* E, C& Cmp) const { in compare()541 typename C::CType compare(const Literal* E, C& Cmp) const { in compare()643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const { in compare()686 typename C::CType compare(const Function* E, C& Cmp) const { in compare()687 typename C::CType Ct = in compare()742 typename C::CType compare(const SFunction* E, C& Cmp) const { in compare()744 typename C::CType Ct = Cmp.compare(body(), E->body()); in compare()[all …]
307 typedef bool CType; typedef309 CType trueResult() { return true; } in trueResult()310 bool notTrue(CType ct) { return !ct; } in notTrue()343 typedef bool CType; typedef345 CType trueResult() { return true; } in trueResult()346 bool notTrue(CType ct) { return !ct; } in notTrue()
44 unsigned int CType : 4; member
144 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); in hasInlineAsmMemConstraint() local145 if (CType == TargetLowering::C_Memory) in hasInlineAsmMemConstraint()
2557 TargetLowering::ConstraintType CType = in ChooseConstraint() local2564 if (CType == TargetLowering::C_Other && Op.getNode()) { in ChooseConstraint()2571 BestType = CType; in ChooseConstraint()2579 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()2583 int Generality = getConstraintGenerality(CType); in ChooseConstraint()2585 BestType = CType; in ChooseConstraint()
6527 CType = TLI.getConstraintType(OpInfo.Codes[j]); in visitInlineAsm() local6528 if (CType == TargetLowering::C_Memory) { in visitInlineAsm()