Searched defs:Use (Results 26 - 29 of 29) sorted by relevance

12

/external/v8/src/x64/
H A Dlithium-x64.cc590 return Use(value, ToUnallocated(fixed_register));
595 return Use(value, ToUnallocated(reg));
600 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
605 return Use(value,
612 return Use(value, new(zone()) LUnallocated(LUnallocated::WRITABLE_REGISTER));
616 LOperand* LChunkBuilder::Use(HValue* value) { function in class:v8::internal::LChunkBuilder
617 return Use(value, new(zone()) LUnallocated(LUnallocated::NONE));
622 return Use(value, new(zone()) LUnallocated(LUnallocated::NONE,
630 : Use(value);
658 : Use(valu
662 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { function in class:v8::internal::LChunkBuilder
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3467 Instruction *Use = I->use_back(); local
3471 for (BasicBlock::iterator i = ++BasicBlock::iterator(I); &*i != Use; ++i)
3476 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Use))
3481 if (BitCastInst *BC = dyn_cast<BitCastInst>(Use))
3485 if (LoadInst *LI = dyn_cast<LoadInst>(Use))
3489 if (StoreInst *SI = dyn_cast<StoreInst>(Use))
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3969 SDNode *Use = *N->use_begin(); local
3970 if (Use->getOpcode() == ISD::BRCOND)
3971 AddToWorkList(Use);
3972 else if (Use->getOpcode() == ISD::TRUNCATE && Use->hasOneUse()) {
3974 Use = *Use->use_begin();
3975 if (Use->getOpcode() == ISD::BRCOND)
3976 AddToWorkList(Use);
4211 SDUse &Use local
6718 canFoldInAddressingMode(SDNode *N, SDNode *Use, SelectionDAG &DAG, const TargetLowering &TLI) argument
6836 SDNode *Use = *I; local
6950 SDNode *Use = *II; local
[all...]
H A DSelectionDAG.cpp601 SDUse &Use = *I++; local
602 SDNode *Operand = Use.getNode();
603 Use.set(SDValue());
2341 // Okay, we know that the sign bit in Mask is set. Use CLZ to determine
3217 // Use FoldSetCC to simplify SETCC's.
3352 // Use a multiplication with 0x010101... to extend the input to the
4902 SDUse &Use = *I++; local
4903 Use.set(SDValue());
5066 SDUse &Use = *I++; local
5067 SDNode *Used = Use
5396 SDUse &Use = UI.getUse(); local
5444 SDUse &Use = UI.getUse(); local
5483 SDUse &Use = UI.getUse(); local
5526 SDUse &Use = UI.getUse(); local
5566 SDUse *Use; member in struct:__anon8724::UseMemo
5595 SDUse &Use = UI.getUse(); local
5621 SDUse &Use = *Uses[UseIndex].Use; local
[all...]

Completed in 198 milliseconds

12