Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DGISelMITest.cpp14 std::string Repr; in operator <<() local
23 std::string Repr; in operator <<() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp645 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); recordUnoptimizableWebs() local
781 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); markSwapsForRemoval() local
797 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); markSwapsForRemoval() local
812 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); markSwapsForRemoval() local
[all...]
/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h558 const char *Repr; global() member
/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp92 char Repr; member in __anon9d8da9a30311::OperandsSignature::OpKind
[all...]
H A DSearchableTableEmitter.cpp365 std::string Repr = primaryRepresentation( emitLookupFunction() local
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp184 PythonString PythonObject::Repr() const { Repr() function in PythonObject