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

  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 218 SDValue Opnd0 = Addr.getOperand(1).getOperand(0);
219 if (isa<ConstantPoolSDNode>(Opnd0) || isa<GlobalAddressSDNode>(Opnd0) ||
220 isa<JumpTableSDNode>(Opnd0)) {
222 Offset = Opnd0;
MipsSEISelDAGToDAG.cpp 345 SDValue Opnd0 = Addr.getOperand(1).getOperand(0);
346 if (isa<ConstantPoolSDNode>(Opnd0) || isa<GlobalAddressSDNode>(Opnd0) ||
347 isa<JumpTableSDNode>(Opnd0)) {
349 Offset = Opnd0;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 479 Value *Opnd0 = FMulOrDiv->getOperand(0);
482 Constant *C0 = dyn_cast<Constant>(Opnd0);
491 R = BinaryOperator::CreateFMul(C1 ? Opnd0 : Opnd1, F);
505 R = BinaryOperator::CreateFMul(Opnd0, F);
510 R = BinaryOperator::CreateFDiv(Opnd0, F);
573 Value *Opnd0 = FAddSub->getOperand(0);
575 Constant *C0 = dyn_cast<Constant>(Opnd0);
580 std::swap(Opnd0, Opnd1);
584 if (C1 && isFiniteNonZeroFp(C1) && isFMulOrFDivWithConstant(Opnd0)) {
587 foldFMulConst(cast<Instruction>(Opnd0), C, &I)
    [all...]
InstCombineAddSub.cpp 174 Value *createFSub(Value *Opnd0, Value *Opnd1);
175 Value *createFAdd(Value *Opnd0, Value *Opnd1);
176 Value *createFMul(Value *Opnd0, Value *Opnd1);
177 Value *createFDiv(Value *Opnd0, Value *Opnd1);
361 Value *Opnd0 = I->getOperand(0);
363 if ((C0 = dyn_cast<ConstantFP>(Opnd0)) && C0->isZero())
364 Opnd0 = nullptr;
369 if (Opnd0) {
371 Addend0.set(1, Opnd0);
377 FAddend &Addend = Opnd0 ? Addend1 : Addend0
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 504 Value *Opnd0 = PopCntZext;
507 std::swap(Opnd0, Opnd1);
510 cast<ICmpInst>(Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1));
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 115 milliseconds