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

  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 207 SDValue Opnd0 = Addr.getOperand(1).getOperand(0);
208 if (isa<ConstantPoolSDNode>(Opnd0) || isa<GlobalAddressSDNode>(Opnd0) ||
209 isa<JumpTableSDNode>(Opnd0)) {
211 Offset = Opnd0;
MipsSEISelDAGToDAG.cpp 276 SDValue Opnd0 = Addr.getOperand(1).getOperand(0);
277 if (isa<ConstantPoolSDNode>(Opnd0) || isa<GlobalAddressSDNode>(Opnd0) ||
278 isa<JumpTableSDNode>(Opnd0)) {
280 Offset = Opnd0;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 161 Value *createFSub(Value *Opnd0, Value *Opnd1);
162 Value *createFAdd(Value *Opnd0, Value *Opnd1);
163 Value *createFMul(Value *Opnd0, Value *Opnd1);
164 Value *createFDiv(Value *Opnd0, Value *Opnd1);
323 Value *Opnd0 = I->getOperand(0);
325 if ((C0 = dyn_cast<ConstantFP>(Opnd0)) && C0->isZero())
326 Opnd0 = 0;
331 if (Opnd0) {
333 Addend0.set(1, Opnd0);
339 FAddend &Addend = Opnd0 ? Addend1 : Addend0
    [all...]
InstCombineMulDivRem.cpp 329 Value *Opnd0 = FMulOrDiv->getOperand(0);
332 ConstantFP *C0 = dyn_cast<ConstantFP>(Opnd0);
341 R = BinaryOperator::CreateFMul(C1 ? Opnd0 : Opnd1, F);
352 R = BinaryOperator::CreateFMul(Opnd0, F);
357 R = BinaryOperator::CreateFDiv(Opnd0, F);
410 Value *Opnd0 = FAddSub->getOperand(0);
412 ConstantFP *C0 = dyn_cast<ConstantFP>(Opnd0);
417 std::swap(Opnd0, Opnd1);
422 isFMulOrFDivWithConstant(Opnd0)) {
425 foldFMulConst(cast<Instruction>(Opnd0), C, &I)
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 538 Value *Opnd0 = PopCntZext;
541 std::swap(Opnd0, Opnd1);
544 cast<ICmpInst>(Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1));
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 1011 template<typename Opnd0>
1012 inline typename m_Intrinsic_Ty<Opnd0>::Ty
1013 m_BSwap(const Opnd0 &Op0) {

Completed in 106 milliseconds