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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 186 Value *createNaryFAdd(const AddendVect& Opnds, unsigned InstrQuota);
679 (const AddendVect &Opnds, unsigned InstrQuota) {
680 assert(!Opnds.empty() && "Expect at least one addend");
684 unsigned InstrNeeded = calcInstrNumber(Opnds);
702 for (const FAddend *Opnd : Opnds) {
785 unsigned FAddCombine::calcInstrNumber(const AddendVect &Opnds) {
786 unsigned OpndNum = Opnds.size();
793 for (const FAddend *Opnd : Opnds) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 202 Value *createNaryFAdd(const AddendVect& Opnds, unsigned InstrQuota);
689 (const AddendVect &Opnds, unsigned InstrQuota) {
690 assert(!Opnds.empty() && "Expect at least one addend");
694 unsigned InstrNeeded = calcInstrNumber(Opnds);
712 for (const FAddend *Opnd : Opnds) {
795 unsigned FAddCombine::calcInstrNumber(const AddendVect &Opnds) {
796 unsigned OpndNum = Opnds.size();
803 for (const FAddend *Opnd : Opnds) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 905 milliseconds