HomeSort by relevance Sort by last modified time
    Searched defs:Res (Results 151 - 175 of 213) sorted by null

1 2 3 4 5 67 8 9

  /external/llvm/include/llvm/IR/
PatternMatch.h 161 const APInt *&Res;
162 apint_match(const APInt *&R) : Res(R) {}
165 Res = &CI->getValue();
171 Res = &CI->getValue();
180 inline apint_match m_APInt(const APInt *&Res) { return Res; }
219 const APInt *&Res;
220 api_pred_ty(const APInt *&R) : Res(R) {}
224 Res = &CI->getValue();
231 Res = &CI->getValue()
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp     [all...]
R600ISelLowering.cpp     [all...]
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 292 auto Res = llvm::make_unique<AMDGPUOperand>(Token);
293 Res->Tok.Data = Str.data();
294 Res->Tok.Length = Str.size();
295 Res->StartLoc = Loc;
296 Res->EndLoc = Loc;
297 return Res;
649 bool Res = MatchAndEmitInstruction(IDLoc, Opcode, Operands,
652 if (!Res)
653 return Res;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 190 int64_t Res = cast<MCConstantExpr>(E)->getValue();
191 return Res < 0 ? -1 : Res;
223 int64_t Res;
230 case MCBinaryExpr::Add: Res = LHSVal + RHSVal; break;
231 case MCBinaryExpr::Mul: Res = LHSVal * RHSVal; break;
234 return Res < 0 ? -1 : Res;
774 int64_t Res;
775 if (TE->evaluateAsConstant(Res))
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 335 SDValue Res;
337 Res = DAG.getTargetConstantPool(CP->getMachineCPVal(), PtrVT,
340 Res = DAG.getTargetConstantPool(CP->getConstVal(), PtrVT,
343 return DAG.getNode(XCoreISD::CPRelativeWrapper, dl, MVT::i32, Res);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 306 int Res = IntVal * (int)That.IntVal;
307 assert(!insaneIntVal(Res) && "Insane int value");
308 IntVal = Res;
    [all...]
InstCombineCasts.cpp 171 Instruction *Res = nullptr;
187 Res = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
201 Res = CastInst::CreateIntegerCast(I->getOperand(0), Ty,
207 Res = SelectInst::Create(I->getOperand(0), True, False);
218 Res = NPN;
226 Res->takeName(I);
227 return InsertNewInstWith(Res, *I);
250 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,
256 if ((Res == Instruction::IntToPtr && SrcTy != DstIntPtrTy) ||
257 (Res == Instruction::PtrToInt && DstTy != SrcIntPtrTy)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]
DAGISelMatcher.h 210 Matcher *Res = Children[i];
212 return Res;
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.h 723 //--------------------Class Res stuff (namespace overlay only) -----------
725 class Res {
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 725 //--------------------Class Res stuff (namespace overlay only) -----------
727 class Res {
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 2362 milliseconds

1 2 3 4 5 67 8 9