HomeSort by relevance Sort by last modified time
    Searched defs:User (Results 51 - 75 of 94) sorted by null

1 23 4

  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 306 SDNode *User = *UI;
308 // This user is already selected. Count it as a legitimate use and
310 if (User->isMachineOpcode()) {
316 if (User->getOpcode() == ISD::STORE &&
317 User->getOperand(1).getNode() == N) {
328 if (User->getNumOperands() != 2)
335 if (User->getOpcode() == X86ISD::ADD ||
336 User->getOpcode() == ISD::ADD ||
337 User->getOpcode() == X86ISD::SUB ||
338 User->getOpcode() == ISD::SUB)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 214 /// Determine the insertion point for this user. By default, insert immediately
215 /// before the user. SCEVExpander or LICM will hoist loop invariants out of the
218 static Instruction *getInsertPointForUses(Instruction *User, Value *Def,
220 PHINode *PHI = dyn_cast<PHINode>(User);
222 return User;
304 // Check Incr uses. One user is PN and the other user is an exit condition
612 // Okay, this instruction has a user outside of the current loop
780 bool IsSigned = false; // Was a sext user seen before a zext?
817 // We extend the IV to satisfy the sign of its first user, arbitrarily
    [all...]
ScalarReplAggregates.cpp 148 void MarkUnsafe(AllocaInfo &I, Instruction *User) {
150 DEBUG(dbgs() << " Transformation preventing inst: " << *User << '\n');
156 void isSafePHISelectUseForScalarRepl(Instruction *User, uint64_t Offset,
477 for (User *U : V->users()) {
608 Instruction *User = cast<Instruction>(Ptr->user_back());
610 if (BitCastInst *CI = dyn_cast<BitCastInst>(User)) {
616 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(User)) {
633 IRBuilder<> Builder(User);
635 if (LoadInst *LI = dyn_cast<LoadInst>(User)) {
646 if (StoreInst *SI = dyn_cast<StoreInst>(User)) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp 275 // support continuation, user-level threading, and etc.. As a result, no
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 208 User *U = *UI++;
288 User *U = cast<User>(UV);
360 /// Return true if the specified instruction is a safe user of a derived
385 for (User *U : GEPI->users())
392 /// U is a direct user of the specified global value. Look at it and its uses
394 static bool IsUserOfGlobalSafeForSRA(User *U, GlobalValue *GV) {
395 // The user of the global must be a GEP Inst or a ConstantExpr GEP.
426 // A[0][i]. We cannot know that the user isn't doing invalid things like
451 for (User *UU : U->users()
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 79 Value *InstCombiner::EmitGEPOffset(User *GEP) {
768 // operands has at least one user besides the compare (the select),
802 for (User *U : PN->users()) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcdce.h 325 unsigned short *User;
335 unsigned char *User;
winevt.h 184 LPWSTR User;
ntsecpkg.h 28 TOKEN_USER User;
460 ULONG User;
472 ULONG User;
    [all...]
sspi.h     [all...]
wtypes.h 281 USHORT *User;
adoctint.h 103 typedef class ADOUser User;
105 typedef struct ADOUser User;
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 404 for (const User *U : PN->users()) {
408 // If User is inside DestBB block and it is a PHINode then check
529 const SmallVectorImpl<User *> &AllRelocateCalls,
683 SmallVector<User *, 2> AllRelocateCalls;
709 /// SinkCast - Sink the specified cast instruction into its user blocks
720 Instruction *User = cast<Instruction>(*UI);
724 BasicBlock *UserBB = User->getParent();
725 if (PHINode *PN = dyn_cast<PHINode>(User)) {
738 // If this user is in the same block as the cast, don't change the cast.
767 /// one pointer type to another, i32->i8 on PPC), sink it into user blocks t
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 240 static unsigned ComputeSpeculationCost(const User *I,
321 for (User::op_iterator i = I->op_begin(), e = I->op_end(); i != e; ++i)
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 520 /// This POD struct describes one external user in the vectorized tree.
522 ExternalUser (Value *S, llvm::User *U, int L) :
523 Scalar(S), User(U), Lane(L){}
526 // Which user that uses the scalar.
527 llvm::User *User;
580 /// This list holds pairs of (Internal Scalar : External User).
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
org.eclipse.ecf_3.1.0.v20100529-0735.jar 
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf_3.2.0.v20130604-1622.jar 
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 

Completed in 1386 milliseconds

1 23 4