HomeSort by relevance Sort by last modified time
    Searched defs:CallVal (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
Analysis.cpp 321 static bool slotOnlyDiscardsData(const Value *RetVal, const Value *CallVal,
344 CallVal = getNoopInput(CallVal, CallIndices, BitsProvided, TLI);
348 if (CallVal != RetVal || CallIndices != RetIndices)
562 const Value *RetVal = Ret->getOperand(0), *CallVal = I;
567 bool CallEmpty = !firstRealType(CallVal->getType(), CallSubTypes, CallPath);
588 CallVal = UndefValue::get(SlotType);
601 if (!slotOnlyDiscardsData(RetVal, CallVal, TmpRetPath, TmpCallPath,
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 43 CallVal,

Completed in 71 milliseconds