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

  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 698 bool RegIsKill = hasTrivialKill(LHS);
796 bool RegIsKill = hasTrivialKill(LHS);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 87 bool FastISel::hasTrivialKill(const Value *V) const {
96 !hasTrivialKill(Cast->getOperand(0)))
268 bool IdxNIsKill = hasTrivialKill(Idx);
349 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
366 bool Op0IsKill = hasTrivialKill(I->getOperand(0));
405 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
428 bool NIsKill = hasTrivialKill(I->getOperand(0));
621 bool ResultRegIsKill = hasTrivialKill(Call);
686 bool InputRegIsKill = hasTrivialKill(I->getOperand(0));
724 bool Op0IsKill = hasTrivialKill(I->getOperand(0))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 137 bool FastISel::hasTrivialKill(const Value *V) {
146 !hasTrivialKill(Cast->getOperand(0)))
158 if (GEP->hasAllZeroIndices() && !hasTrivialKill(GEP->getOperand(0)))
323 bool IdxNIsKill = hasTrivialKill(Idx);
412 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
428 bool Op0IsKill = hasTrivialKill(I->getOperand(0));
472 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
491 bool NIsKill = hasTrivialKill(I->getOperand(0));
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 688 bool ValKill = hasTrivialKill(Val);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
FastISel.h 379 /// hasTrivialKill - Test whether the given value has exactly one use.
380 bool hasTrivialKill(const Value *V) const;
  /external/llvm/include/llvm/CodeGen/
FastISel.h 502 bool hasTrivialKill(const Value *V);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 471 bool hasTrivialKill(const Value *V);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 471 bool hasTrivialKill(const Value *V);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 471 bool hasTrivialKill(const Value *V);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 471 bool hasTrivialKill(const Value *V);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 471 bool hasTrivialKill(const Value *V);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 471 bool hasTrivialKill(const Value *V);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 471 bool hasTrivialKill(const Value *V);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 471 bool hasTrivialKill(const Value *V);

Completed in 1554 milliseconds