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 320 static bool slotOnlyDiscardsData(const Value *RetVal, const Value *CallVal,
342 CallVal = getNoopInput(CallVal, CallIndices, BitsProvided, TLI);
346 if (CallVal != RetVal || CallIndices != RetIndices)
535 const Value *RetVal = Ret->getOperand(0), *CallVal = I;
540 bool CallEmpty = !firstRealType(CallVal->getType(), CallSubTypes, CallPath);
561 CallVal = UndefValue::get(SlotType);
574 if (!slotOnlyDiscardsData(RetVal, CallVal, TmpRetPath, TmpCallPath, TLI))
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 44 CallVal,

Completed in 399 milliseconds