Lines Matching refs:getValueAsString
98 const StringRef Str = Reg->getValueAsString("Namespace"); in expandCheckRegOperand()
137 << (shouldNegate() ? "!= " : "== ") << Inst->getValueAsString("Namespace") in expandCheckOpcode()
273 OS << "case " << Opcode->getValueAsString("Namespace") in expandOpcodeSwitchCase()
359 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
363 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
371 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
375 Rec->getValueAsString("ImmVal"), in expandPredicate()
376 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
381 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
386 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
390 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
415 OS, Rec->getValueAsString("MCInstFnName"), in expandPredicate()
416 Rec->getValueAsString("MachineInstrFnName")); in expandPredicate()
421 OS, Rec->getValueAsString("MCInstFnName"), in expandPredicate()
422 Rec->getValueAsString("MachineInstrFnName"), in expandPredicate()
423 Rec->getValueAsString("TIIPtrName")); in expandPredicate()
427 return expandCheckNonPortable(OS, Rec->getValueAsString("CodeBlock")); in expandPredicate()
430 return expandTIIFunctionCall(OS, Rec->getValueAsString("FunctionName")); in expandPredicate()
438 StringRef FunctionName = Rec->getValueAsString("Name"); in expandHeader()
472 OS << "if (" << Delegate->getValueAsString("Name") << "(MI"; in expandPrologue()
572 StringRef FunctionName = Fn.getDeclaration()->getValueAsString("Name"); in expandEpilogue()