Home
last modified time | relevance | path

Searched defs:Repr (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCVSXSwapRemoval.cpp642 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs() local
755 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
771 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
786 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
HDAArch64BaseInfo.h418 const char *Repr; member
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDFastISelEmitter.cpp90 char Repr; member in __anonf336dd470311::OperandsSignature::OpKind
HDSearchableTableEmitter.cpp343 std::string Repr = in emitLookupFunction() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDPythonDataObjects.cpp121 PythonString PythonObject::Repr() const { in Repr() function in PythonObject