Home
last modified time | relevance | path

Searched defs:lowering (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/
Dbytecode-graph-builder.cc1025 JSTypeHintLowering::LoweringResult lowering = in VisitStaInArrayLiteral() local
1326 JSTypeHintLowering::LoweringResult lowering = in VisitLdaNamedProperty() local
1349 JSTypeHintLowering::LoweringResult lowering = in VisitLdaKeyedProperty() local
1385 JSTypeHintLowering::LoweringResult lowering = in BuildNamedStore() local
1420 JSTypeHintLowering::LoweringResult lowering = in VisitStaKeyedProperty() local
1723 JSTypeHintLowering::LoweringResult lowering = TryBuildSimplifiedCall( in BuildCall() local
1878 JSTypeHintLowering::LoweringResult lowering = TryBuildSimplifiedCall( in VisitCallWithSpread() local
1996 JSTypeHintLowering::LoweringResult lowering = TryBuildSimplifiedConstruct( in VisitConstruct() local
2027 JSTypeHintLowering::LoweringResult lowering = TryBuildSimplifiedConstruct( in VisitConstructWithSpread() local
2143 JSTypeHintLowering::LoweringResult lowering = in BuildUnaryOp() local
[all …]
Dsimplified-lowering.cc611 void Run(SimplifiedLowering* lowering) { in Run()
954 SimplifiedLowering* lowering) { in VisitSelect()
979 SimplifiedLowering* lowering) { in VisitPhi()
1002 void VisitObjectIs(Node* node, Type type, SimplifiedLowering* lowering) { in VisitObjectIs()
1017 void VisitCheck(Node* node, Type type, SimplifiedLowering* lowering) { in VisitCheck()
1029 void VisitCall(Node* node, SimplifiedLowering* lowering) { in VisitCall()
1283 SimplifiedLowering* lowering) { in VisitSpeculativeIntegerAdditiveOp()
1357 SimplifiedLowering* lowering) { in VisitSpeculativeAdditiveOp()
1378 SimplifiedLowering* lowering) { in VisitSpeculativeNumberModulus()
1477 SimplifiedLowering* lowering) { in VisitNode()
Djs-type-hint-lowering.cc51 JSSpeculativeBinopBuilder(const JSTypeHintLowering* lowering, in JSSpeculativeBinopBuilder()
Djs-typed-lowering.cc33 JSBinopReduction(JSTypedLowering* lowering, Node* node) in JSBinopReduction()
Dpipeline.cc1355 SimplifiedLowering lowering(data->jsgraph(), data->js_heap_broker(), in Run() local
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp753 static ABIArgInfo classifyExpandedType(SwiftAggLowering &lowering, in classifyExpandedType()
777 SwiftAggLowering lowering(CGM); in classifyType() local
792 SwiftAggLowering lowering(CGM); in classifyType() local
/external/mesa3d/src/compiler/glsl/
Dlower_int64.cpp132 #define lowering(x) (this->lower & x) macro
Dlower_instructions.cpp181 #define lowering(x) (this->lower & x) macro