| /external/llvm/lib/Transforms/Vectorize/ |
| LoopVectorize.cpp | 231 /// loop-vectorizer report. It modifies the message to add the 456 /// Add additional metadata to \p To that was not present on \p Orig. 458 /// Currently this is used to add the noalias annotations based on the 463 /// Add metadata from one instruction to another. 516 /// A wrapper around ScalarEvolution used to add runtime SCEV checks. Applies 536 /// This is currently only used to add no-alias metadata based on the 676 // If the loop was versioned with memchecks, add the corresponding no-alias [all...] |
| /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
| DAGCombiner.cpp | 72 /// AddUsersToWorkList - When an instruction is simplified, add all users of 87 /// AddToWorkList - Add to the work list making sure it's instance is at the [all...] |
| SelectionDAGBuilder.cpp | 605 /// append - Add the specified values to this one. 627 /// AddInlineAsmOperands - Add this value to the specified inlineasm node 674 // add an assert node. 711 // Add an assertion node. 779 /// AddInlineAsmOperands - Add this value to the specified inlineasm node [all...] |
| /external/v8/src/crankshaft/ |
| hydrogen.h | 90 deleted_phis_.Add(merge_index, zone()); 202 // Add the inlined function exit sequence, adding an HLeaveInlined 284 blocks_.Add(loop_header, zone); 379 values_.Add(value, zone()); 427 // Add map dependency if not already added. 460 uint32_instructions_->Add(instr, zone()); 601 values_.Add(value, zone()); 766 // Add a hydrogen instruction to the instruction stream (recording an [all...] |
| /external/vixl/src/aarch32/ |
| macro-assembler-aarch32.h | 401 // If we need to add padding, check if we have to emit the pool. 550 // Adr with a literal already constructed. Add the literal to the pool if it 573 // Loads with literals already constructed. Add the literal to the pool 839 Add(sp, sp, size); [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| sdoias.h | 561 virtual HRESULT WINAPI Add(BSTR bstrName,IDispatch **ppItem) = 0; 580 HRESULT (WINAPI *Add)(ISdoCollection *This,BSTR bstrName,IDispatch **ppItem); [all...] |
| txdtc.h | [all...] |
| agtctl.h | [all...] |
| agtsvr.h | 574 virtual HRESULT WINAPI Add(BSTR bszCaption,BSTR bszVoice,__LONG32 bEnabled,__LONG32 bVisible,__LONG32 *pdwID) = 0; 597 HRESULT (WINAPI *Add)(IAgentCommands *This,BSTR bszCaption,BSTR bszVoice,__LONG32 bEnabled,__LONG32 bVisible,__LONG32 *pdwID); [all...] |
| cdosys.h | [all...] |
| gpmgmt.h | [all...] |
| mmcobj.h | [all...] |
| ks.h | [all...] |
| /art/compiler/optimizing/ |
| nodes.h | 166 void Add(const HInstructionList& instruction_list); 405 // Need to add a couple of blocks to test if the loop body is entered and 847 void Add(HBasicBlock* block); [all...] |
| /external/deqp/external/openglcts/modules/gl/ |
| gl4cEnhancedLayoutsTests.cpp | [all...] |
| /external/llvm/lib/Target/AArch64/ |
| AArch64ISelLowering.cpp | 199 // Add/Sub overflow ops with MVT::Glues are lowered to NZCV dependences. 238 // Custom lower Add/Sub/Mul with overflow. 464 // Vector add and sub nodes may conceal a high-half opportunity. 465 // Also, try to fold ADD into CSINC/CSINV.. 466 setTargetDAGCombine(ISD::ADD); [all...] |
| /external/llvm/lib/Target/PowerPC/ |
| PPCISelLowering.cpp | 420 // add/sub are legal for all supported vector VT's. 421 setOperationAction(ISD::ADD, VT, Legal); 633 setOperationAction(ISD::ADD, MVT::v2i64, Expand); [all...] |
| /external/swiftshader/third_party/LLVM/lib/Target/X86/ |
| X86ISelLowering.cpp | 360 // Add/Sub overflow ops with MVT::Glues are lowered to EFLAGS dependences. 686 setOperationAction(ISD::ADD , (MVT::SimpleValueType)VT, Expand); [all...] |
| /external/v8/src/ast/ |
| ast.h | 259 Add(map, zone); 270 void Add(Handle<Map> handle, Zone* zone) { 271 list_.Add(handle.location(), zone); [all...] |
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| DAGCombiner.cpp | 114 /// This is used to allow us to reliably add any operands of a DAG node 121 /// When an instruction is simplified, add all users of the instruction to 132 /// Add to the worklist making sure its instance is at the back (next to be 421 /// of folding (mul (add x, c1), c2) -> (add (mul x, c2), c1*c2). 422 /// MulNode is the original multiply, AddNode is (add x, c1), [all...] |
| /external/llvm/lib/Target/ARM/ |
| ARMISelLowering.cpp | [all...] |
| /external/protobuf/php/ext/google/protobuf/ |
| upb.h | 377 /* TODO(haberman): add C++11 move construction/assignment for greater [all...] |
| /external/protobuf/ruby/ext/google/protobuf_c/ |
| upb.h | 445 /* TODO(haberman): add file/line of error? */ 607 /* Add a cleanup function to run when the arena is destroyed. [all...] |
| /external/v8/src/ |
| api.cc | 621 contexts.Add(*context); 641 context_snapshots.Add(new i::SnapshotData(&partial_serializer)); 648 context_snapshots.Add(new i::SnapshotData(&partial_serializer)); [all...] |
| /external/llvm/lib/Target/X86/ |
| X86ISelLowering.cpp | 290 // Add/Sub overflow ops with MVT::Glues are lowered to EFLAGS dependences. [all...] |