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

  /external/mesa3d/src/gallium/drivers/radeon/
AMDILIntrinsicInfo.cpp 42 //assert(!isOverloaded(IntrID)
71 AMDGPUIntrinsicInfo::isOverloaded(unsigned id) const
AMDILIntrinsicInfo.h 39 bool isOverloaded(unsigned int IID) const;
  /external/llvm/lib/Target/R600/
AMDGPUIntrinsicInfo.h 40 bool isOverloaded(unsigned IID) const override;
AMDGPUIntrinsicInfo.cpp 66 bool AMDGPUIntrinsicInfo::isOverloaded(unsigned id) const {
  /external/llvm/include/llvm/Target/
TargetIntrinsicInfo.h 54 virtual bool isOverloaded(unsigned IID) const = 0;
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 441 isOverloaded = false;
506 if (MVT(VT).isOverloaded()) {
508 isOverloaded = true;
542 if (MVT(VT).isOverloaded()) {
544 isOverloaded = true;
CodeGenIntrinsics.h 69 bool isOverloaded;
IntrinsicEmitter.cpp 173 if (!Ints[IntNo].isOverloaded) {
216 if (Ints[i].isOverloaded)
  /external/llvm/include/llvm/IR/
Intrinsics.h 53 bool isOverloaded(ID id);
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 154 /// isOverloaded - Return true if this is an overloaded type for TableGen.
155 bool isOverloaded() const {
MachineValueType.h 250 /// isOverloaded - Return true if this is an overloaded type for TableGen.
251 bool isOverloaded() const {
  /external/clang/include/clang/Sema/
TypoCorrection.h 196 bool isOverloaded() const {
  /external/llvm/lib/IR/
Function.cpp 838 bool Intrinsic::isOverloaded(ID id) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 2658 milliseconds