HomeSort by relevance Sort by last modified time
    Searched refs:RVal (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 393 Value *RVal = RI->getReturnValue();
394 if (!RVal) continue;
402 Type *T = RVal->getType();
411 Value *Params[] = {RVal};
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 190 llvm::Value *convertRValueToInt(RValue RVal) const;
    [all...]
CGStmtOpenMP.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 628 SDValue RVal = SDValue(Node, 0);
641 std::tie(RVal, RChain) = TLI.expandUnalignedLoad(LD, DAG);
646 if (SDValue Res = TLI.LowerOperation(RVal, DAG)) {
647 RVal = Res;
658 RVal = DAG.getNode(ISD::BITCAST, dl, VT, Res);
664 assert(RVal.getNode() != Node && "Load must be completely replaced");
665 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), RVal);
668 UpdatedNodes->insert(RVal.getNode());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 304 milliseconds