Searched defs:lowering (Results 1 – 6 of 6) sorted by relevance
19 JSSpeculativeBinopBuilder(JSTypeHintLowering* lowering, const Operator* op, in JSSpeculativeBinopBuilder()
575 void Run(SimplifiedLowering* lowering) { in Run()900 SimplifiedLowering* lowering) { in VisitSelect()925 SimplifiedLowering* lowering) { in VisitPhi()948 void VisitObjectIs(Node* node, Type* type, SimplifiedLowering* lowering) { in VisitObjectIs()963 void VisitCall(Node* node, SimplifiedLowering* lowering) { in VisitCall()1190 SimplifiedLowering* lowering) { in VisitSpeculativeAdditiveOp()1260 SimplifiedLowering* lowering) { in VisitSpeculativeNumberModulus()1390 SimplifiedLowering* lowering) { in VisitNode()
31 JSBinopReduction(JSTypedLowering* lowering, Node* node) in JSBinopReduction()
970 SimplifiedLowering lowering(data->jsgraph(), temp_zone, in Run() local
753 static ABIArgInfo classifyExpandedType(SwiftAggLowering &lowering, in classifyExpandedType()777 SwiftAggLowering lowering(CGM); in classifyType() local792 SwiftAggLowering lowering(CGM); in classifyType() local
180 #define lowering(x) (this->lower & x) macro