Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h76 bool isSExt() const { return IsSExt; } in isSExt() function
H A DMachineFrameInfo.h181 bool isSExt = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp859 bool isSExt = false; in select() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5139 bool isSExt = LD->getExtensionType() == ISD::SEXTLOAD; in Select() local
5176 bool isSExt = LD->getExtensionType() == ISD::SEXTLOAD; in Select() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp866 bool isSExt; in getCopyFromRegs() local