Home
last modified time | relevance | path

Searched defs:Opnd0 (Results 1 – 23 of 23) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp345 Value *Opnd0 = I->getOperand(0); in drillValueDownOneStep() local
514 FAddend Opnd0, Opnd1, Opnd0_0, Opnd0_1, Opnd1_0, Opnd1_1; in simplify() local
736 Value *FAddCombine::createFSub(Value *Opnd0, Value *Opnd1) { in createFSub()
751 Value *FAddCombine::createFAdd(Value *Opnd0, Value *Opnd1) { in createFAdd()
758 Value *FAddCombine::createFMul(Value *Opnd0, Value *Opnd1) { in createFMul()
765 Value *FAddCombine::createFDiv(Value *Opnd0, Value *Opnd1) { in createFDiv()
DInstCombineMulDivRem.cpp493 Value *Opnd0 = FMulOrDiv->getOperand(0); in foldFMulConst() local
587 Value *Opnd0 = FAddSub->getOperand(0); in visitFMul() local
663 Value *Opnd0 = Op0; in visitFMul() local
DInstCombineAndOrXor.cpp2617 Value *Opnd0 = Builder->CreateLShr(E1->getOperand(0), C2); in visitXor() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp153 SDValue Opnd0 = Addr.getOperand(1).getOperand(0); in selectAddr() local
DMipsSEISelDAGToDAG.cpp347 SDValue Opnd0 = Addr.getOperand(1).getOperand(0); in selectAddrRegImm() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp153 SDValue Opnd0 = Addr.getOperand(1).getOperand(0); in selectAddr() local
DMipsSEISelDAGToDAG.cpp347 SDValue Opnd0 = Addr.getOperand(1).getOperand(0); in selectAddrRegImm() local
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp153 SDValue Opnd0 = Addr.getOperand(1).getOperand(0); in selectAddr() local
DMipsSEISelDAGToDAG.cpp356 SDValue Opnd0 = Addr.getOperand(1).getOperand(0); in selectAddrRegImm() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp356 Value *Opnd0 = I->getOperand(0); in drillValueDownOneStep() local
440 FAddend Opnd0, Opnd1, Opnd0_0, Opnd0_1, Opnd1_0, Opnd1_1; in simplify() local
658 Value *FAddCombine::createFSub(Value *Opnd0, Value *Opnd1) { in createFSub()
673 Value *FAddCombine::createFAdd(Value *Opnd0, Value *Opnd1) { in createFAdd()
680 Value *FAddCombine::createFMul(Value *Opnd0, Value *Opnd1) { in createFMul()
DInstCombineAndOrXor.cpp3142 Value *Opnd0 = Builder.CreateLShr(E1->getOperand(0), C2); in visitXor() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp357 Value *Opnd0 = I->getOperand(0); in drillValueDownOneStep() local
441 FAddend Opnd0, Opnd1, Opnd0_0, Opnd0_1, Opnd1_0, Opnd1_1; in simplify() local
650 Value *FAddCombine::createFSub(Value *Opnd0, Value *Opnd1) { in createFSub()
664 Value *FAddCombine::createFAdd(Value *Opnd0, Value *Opnd1) { in createFAdd()
671 Value *FAddCombine::createFMul(Value *Opnd0, Value *Opnd1) { in createFMul()
DInstCombineAndOrXor.cpp4197 auto *Opnd0 = Builder.CreateLShr(X, C2); in visitXor() local
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp1223 Value *Opnd0 = PopCntZext; in transformLoopToPopcount() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp1765 Value *Opnd0 = PopCntZext; in transformLoopToPopcount() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp216 auto Opnd0 = N->getOperand(0); in SelectDupZeroOrUndef() local
234 auto Opnd0 = N->getOperand(0); in SelectDupZero() local
DAArch64ISelLowering.cpp2844 auto Opnd0 = N->getOperand(0); in isZerosVector() local
16994 const SDValue *Opnd0; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp2178 Value *Opnd0 = PopCntZext; in transformLoopToPopcount() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp146 auto Opnd0 = N->getOperand(0); in SelectDupZeroOrUndef() local
DAArch64ISelLowering.cpp10535 const SDValue *Opnd0; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp9022 SDValue &Opnd0, SDValue &Opnd1, in isAddSubOrSubAdd()
9150 SDValue &Opnd0, SDValue &Opnd1, SDValue &Opnd2, in isFMAddSubOrFMSubAdd()
9179 SDValue Opnd0, Opnd1; in lowerToAddSubOrFMAddSub() local
34933 SelectionDAG &DAG, SDValue &Opnd0, SDValue &Opnd1, in isAddSubOrSubAdd()
35041 SDValue Opnd0, Opnd1; in combineShuffleToAddSubOrFMAddSub() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8230 const SDValue *Opnd0; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp10306 SDValue &Opnd0, SDValue &Opnd1, in isAddSubOrSubAdd()
10433 SDValue &Opnd0, SDValue &Opnd1, SDValue &Opnd2, in isFMAddSubOrFMSubAdd()
10462 SDValue Opnd0, Opnd1; in lowerToAddSubOrFMAddSub() local
41644 SelectionDAG &DAG, SDValue &Opnd0, SDValue &Opnd1, in isAddSubOrSubAdd()
41752 SDValue Opnd0, Opnd1; in combineShuffleToAddSubOrFMAddSub() local