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

  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 219 SDValue Opnd0 = Addr.getOperand(1).getOperand(0);
220 if (isa<ConstantPoolSDNode>(Opnd0) || isa<GlobalAddressSDNode>(Opnd0) ||
221 isa<JumpTableSDNode>(Opnd0)) {
223 Offset = Opnd0;
MipsSEISelDAGToDAG.cpp 352 SDValue Opnd0 = Addr.getOperand(1).getOperand(0);
353 if (isa<ConstantPoolSDNode>(Opnd0) || isa<GlobalAddressSDNode>(Opnd0) ||
354 isa<JumpTableSDNode>(Opnd0)) {
356 Offset = Opnd0;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 175 Value *createFSub(Value *Opnd0, Value *Opnd1);
176 Value *createFAdd(Value *Opnd0, Value *Opnd1);
177 Value *createFMul(Value *Opnd0, Value *Opnd1);
178 Value *createFDiv(Value *Opnd0, Value *Opnd1);
362 Value *Opnd0 = I->getOperand(0);
364 if ((C0 = dyn_cast<ConstantFP>(Opnd0)) && C0->isZero())
365 Opnd0 = nullptr;
370 if (Opnd0) {
372 Addend0.set(1, Opnd0);
378 FAddend &Addend = Opnd0 ? Addend1 : Addend0
    [all...]
InstCombineMulDivRem.cpp 490 Value *Opnd0 = FMulOrDiv->getOperand(0);
493 Constant *C0 = dyn_cast<Constant>(Opnd0);
502 R = BinaryOperator::CreateFMul(C1 ? Opnd0 : Opnd1, F);
516 R = BinaryOperator::CreateFMul(Opnd0, F);
521 R = BinaryOperator::CreateFDiv(Opnd0, F);
584 Value *Opnd0 = FAddSub->getOperand(0);
586 Constant *C0 = dyn_cast<Constant>(Opnd0);
591 std::swap(Opnd0, Opnd1);
595 if (C1 && isFiniteNonZeroFp(C1) && isFMulOrFDivWithConstant(Opnd0)) {
598 foldFMulConst(cast<Instruction>(Opnd0), C, &I)
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 147 milliseconds