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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 154 SDValue Opnd0 = Addr.getOperand(1).getOperand(0);
155 if (isa<ConstantPoolSDNode>(Opnd0) || isa<GlobalAddressSDNode>(Opnd0) ||
156 isa<JumpTableSDNode>(Opnd0)) {
158 Offset = Opnd0;
MipsSEISelDAGToDAG.cpp 399 SDValue Opnd0 = Addr.getOperand(1).getOperand(0);
400 if (isa<ConstantPoolSDNode>(Opnd0) || isa<GlobalAddressSDNode>(Opnd0) ||
401 isa<JumpTableSDNode>(Opnd0)) {
403 Offset = Opnd0;
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 153 SDValue Opnd0 = Addr.getOperand(1).getOperand(0);
154 if (isa<ConstantPoolSDNode>(Opnd0) || isa<GlobalAddressSDNode>(Opnd0) ||
155 isa<JumpTableSDNode>(Opnd0)) {
157 Offset = Opnd0;
MipsSEISelDAGToDAG.cpp 356 SDValue Opnd0 = Addr.getOperand(1).getOperand(0);
357 if (isa<ConstantPoolSDNode>(Opnd0) || isa<GlobalAddressSDNode>(Opnd0) ||
358 isa<JumpTableSDNode>(Opnd0)) {
360 Offset = Opnd0;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 493 Value *Opnd0 = FMulOrDiv->getOperand(0);
496 Constant *C0 = dyn_cast<Constant>(Opnd0);
505 R = BinaryOperator::CreateFMul(C1 ? Opnd0 : Opnd1, F);
519 R = BinaryOperator::CreateFMul(Opnd0, F);
524 R = BinaryOperator::CreateFDiv(Opnd0, F);
587 Value *Opnd0 = FAddSub->getOperand(0);
589 Constant *C0 = dyn_cast<Constant>(Opnd0);
594 std::swap(Opnd0, Opnd1);
598 if (C1 && isFiniteNonZeroFp(C1) && isFMulOrFDivWithConstant(Opnd0)) {
601 foldFMulConst(cast<Instruction>(Opnd0), C, &I)
    [all...]
InstCombineAddSub.cpp 181 Value *createFSub(Value *Opnd0, Value *Opnd1);
182 Value *createFAdd(Value *Opnd0, Value *Opnd1);
183 Value *createFMul(Value *Opnd0, Value *Opnd1);
184 Value *createFDiv(Value *Opnd0, Value *Opnd1);
345 Value *Opnd0 = I->getOperand(0);
347 if ((C0 = dyn_cast<ConstantFP>(Opnd0)) && C0->isZero())
348 Opnd0 = nullptr;
353 if (Opnd0) {
355 Addend0.set(1, Opnd0);
361 FAddend &Addend = Opnd0 ? Addend1 : Addend0
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 197 Value *createFSub(Value *Opnd0, Value *Opnd1);
198 Value *createFAdd(Value *Opnd0, Value *Opnd1);
199 Value *createFMul(Value *Opnd0, Value *Opnd1);
200 Value *createFDiv(Value *Opnd0, Value *Opnd1);
360 Value *Opnd0 = I->getOperand(0);
362 if ((C0 = dyn_cast<ConstantFP>(Opnd0)) && C0->isZero())
363 Opnd0 = nullptr;
368 if (Opnd0) {
370 Addend0.set(1, Opnd0);
376 FAddend &Addend = Opnd0 ? Addend1 : Addend0
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 1349 milliseconds