Searched defs:lowering (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/compiler/ |
D | bytecode-graph-builder.cc | 1025 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 …]
|
D | simplified-lowering.cc | 611 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()
|
D | js-type-hint-lowering.cc | 51 JSSpeculativeBinopBuilder(const JSTypeHintLowering* lowering, in JSSpeculativeBinopBuilder()
|
D | js-typed-lowering.cc | 33 JSBinopReduction(JSTypedLowering* lowering, Node* node) in JSBinopReduction()
|
D | pipeline.cc | 1355 SimplifiedLowering lowering(data->jsgraph(), data->js_heap_broker(), in Run() local
|
/external/clang/lib/CodeGen/ |
D | SwiftCallingConv.cpp | 753 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/ |
D | lower_int64.cpp | 132 #define lowering(x) (this->lower & x) macro
|
D | lower_instructions.cpp | 181 #define lowering(x) (this->lower & x) macro
|