/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | InstructionSimplify.h | 103 Value *SimplifyXorInst(Value *LHS, Value *RHS, const TargetData *TD = 0,
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 48 static Value *SimplifyXorInst(Value *, Value *, const TargetData *, 447 SimplifyXorInst(Cond, Constant::getAllOnesValue(Cond->getType()), in ThreadCmpOverSelect() 579 if (Value *V = SimplifyXorInst(Op0, Op1, TD, DT, MaxRecurse-1)) in SimplifyAddInst() 710 if (Value *V = SimplifyXorInst(Op0, Op1, TD, DT, MaxRecurse-1)) in SimplifySubInst() 1338 static Value *SimplifyXorInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyXorInst() function 1390 Value *llvm::SimplifyXorInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyXorInst() function in llvm 1392 return ::SimplifyXorInst(Op0, Op1, TD, DT, RecursionLimit); in SimplifyXorInst() 2368 case Instruction::Xor: return SimplifyXorInst(LHS, RHS, TD, DT, MaxRecurse); in SimplifyBinOp() 2485 Result = SimplifyXorInst(I->getOperand(0), I->getOperand(1), TD, DT); in SimplifyInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 142 Value *SimplifyXorInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 197 Value *SimplifyXorInst(Value *LHS, Value *RHS, const DataLayout &DL,
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 71 static Value *SimplifyXorInst(Value *, Value *, const Query &, unsigned); 440 SimplifyXorInst(Cond, Constant::getAllOnesValue(Cond->getType()), in ThreadCmpOverSelect() 562 if (Value *V = SimplifyXorInst(Op0, Op1, Q, MaxRecurse-1)) in SimplifyAddInst() 762 if (Value *V = SimplifyXorInst(Op0, Op1, Q, MaxRecurse-1)) in SimplifySubInst() 1870 static Value *SimplifyXorInst(Value *Op0, Value *Op1, const Query &Q, in SimplifyXorInst() function 1914 Value *llvm::SimplifyXorInst(Value *Op0, Value *Op1, const DataLayout &DL, in SimplifyXorInst() function in llvm 1918 return ::SimplifyXorInst(Op0, Op1, Query(DL, TLI, DT, AC, CxtI), in SimplifyXorInst() 3796 case Instruction::Xor: return SimplifyXorInst(LHS, RHS, Q, MaxRecurse); in SimplifyBinOp() 4173 SimplifyXorInst(I->getOperand(0), I->getOperand(1), DL, TLI, DT, AC, I); in SimplifyInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 62 static Value *SimplifyXorInst(Value *, Value *, const SimplifyQuery &, unsigned); 468 SimplifyXorInst(Cond, Constant::getAllOnesValue(Cond->getType()), in ThreadCmpOverSelect() 616 if (Value *V = SimplifyXorInst(Op0, Op1, Q, MaxRecurse-1)) in SimplifyAddInst() 826 if (Value *V = SimplifyXorInst(Op0, Op1, Q, MaxRecurse-1)) in SimplifySubInst() 2045 static Value *SimplifyXorInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in SimplifyXorInst() function 2084 Value *llvm::SimplifyXorInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in SimplifyXorInst() function in llvm 2085 return ::SimplifyXorInst(Op0, Op1, Q, RecursionLimit); in SimplifyXorInst() 4554 return SimplifyXorInst(LHS, RHS, Q, MaxRecurse); in SimplifyBinOp() 4986 Result = SimplifyXorInst(I->getOperand(0), I->getOperand(1), Q); in SimplifyInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 2069 if (Value *V = SimplifyXorInst(Op0, Op1, TD)) in visitXor()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 2482 if (Value *V = SimplifyXorInst(Op0, Op1, DL, TLI, DT, AC)) in visitXor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 2459 if (Value *V = SimplifyXorInst(I.getOperand(0), I.getOperand(1), in visitXor()
|