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

  /external/llvm/include/llvm/IR/
CallSite.h 134 bool isBundleOperand(Value::const_user_iterator UI) const {
135 return isBundleOperand(&UI.getUse());
139 bool isBundleOperand(const Use *U) const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 159 bool isBundleOperand(Value::const_user_iterator UI) const {
160 return isBundleOperand(&UI.getUse());
164 bool isBundleOperand(const Use *U) const {
525 bool isBundleOperand(unsigned Idx) const {
526 CALLSITE_DELEGATE_GETTER(isBundleOperand(Idx));
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 159 bool isBundleOperand(Value::const_user_iterator UI) const {
160 return isBundleOperand(&UI.getUse());
164 bool isBundleOperand(const Use *U) const {
525 bool isBundleOperand(unsigned Idx) const {
526 CALLSITE_DELEGATE_GETTER(isBundleOperand(Idx));
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 159 bool isBundleOperand(Value::const_user_iterator UI) const {
160 return isBundleOperand(&UI.getUse());
164 bool isBundleOperand(const Use *U) const {
525 bool isBundleOperand(unsigned Idx) const {
526 CALLSITE_DELEGATE_GETTER(isBundleOperand(Idx));
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 159 bool isBundleOperand(Value::const_user_iterator UI) const {
160 return isBundleOperand(&UI.getUse());
164 bool isBundleOperand(const Use *U) const {
525 bool isBundleOperand(unsigned Idx) const {
526 CALLSITE_DELEGATE_GETTER(isBundleOperand(Idx));
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 159 bool isBundleOperand(Value::const_user_iterator UI) const {
160 return isBundleOperand(&UI.getUse());
164 bool isBundleOperand(const Use *U) const {
525 bool isBundleOperand(unsigned Idx) const {
526 CALLSITE_DELEGATE_GETTER(isBundleOperand(Idx));
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 159 bool isBundleOperand(Value::const_user_iterator UI) const {
160 return isBundleOperand(&UI.getUse());
164 bool isBundleOperand(const Use *U) const {
525 bool isBundleOperand(unsigned Idx) const {
526 CALLSITE_DELEGATE_GETTER(isBundleOperand(Idx));
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 159 bool isBundleOperand(Value::const_user_iterator UI) const {
160 return isBundleOperand(&UI.getUse());
164 bool isBundleOperand(const Use *U) const {
525 bool isBundleOperand(unsigned Idx) const {
526 CALLSITE_DELEGATE_GETTER(isBundleOperand(Idx));
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 159 bool isBundleOperand(Value::const_user_iterator UI) const {
160 return isBundleOperand(&UI.getUse());
164 bool isBundleOperand(const Use *U) const {
525 bool isBundleOperand(unsigned Idx) const {
526 CALLSITE_DELEGATE_GETTER(isBundleOperand(Idx));
InstrTypes.h     [all...]

Completed in 833 milliseconds